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.
3.0.0 - 2019-08-30
- Generators for Glimmer components
- 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 👏
2.0.0-beta.1 - 2018-10-25
- Both
ember-cli-babel
andember-cli-typescript
are now added asdependencies
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
- Ember Data blueprints now align with the per-type registry files (#10)
1.1.0 - 2018-09-10
- Support for generating components in a module unification project (#8)
This release was the initial import of all existing blueprints from ember-cli-typescript.