Changelog
All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog and this project adheres to Semantic Versioning.
🎉 Added
- Generators for Glimmer components
💥 Breaking
- Removes support for Module Unification, in line with its removal from Ember's roadmap in favor of other directions.
- Removes support for Node 6
2.0.0 - 2019-03-13
This release formalizes the contents of 2.0.0-beta.1
as a stable release. It also includes refreshes to several blueprints by @simonihmig 👏
Changed
- Both
ember-cli-babel
and ember-cli-typescript
are now added as dependencies
when generating in-repo addons (#11)
- We no longer generate
.ts
files for addons' app
re-exports, as those files aren't handled by the addons' own preprocessors, but rather the host app's (#11)
1.2.0 - 2018-10-03
Updated
- Ember Data blueprints now align with the per-type registry files (#10)
1.1.0 - 2018-09-10
Added
- Support for generating components in a module unification project (#8)
1.0.0 - 2018-08-21
This release was the initial import of all existing blueprints from ember-cli-typescript.