Skip to content
This repository has been archived by the owner on Dec 31, 2022. It is now read-only.

Latest commit

 

History

History
50 lines (31 loc) · 2.09 KB

CHANGELOG.md

File metadata and controls

50 lines (31 loc) · 2.09 KB

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.

3.0.0 - 2019-08-30

🎉 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 👏

2.0.0-beta.1 - 2018-10-25

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.