@@ -6,6 +6,24 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) a
66
77## [ Unreleased]
88
9+ ## [ 5.1.0] - 2021-04-20
10+
11+ ### Added ⭐️
12+
13+ - Update tsconfig and corresponding docs ([ #1488 ] ( https://github.com/typed-ember/ember-cli-typescript/pull/1488 ) )
14+
15+ ### Fixed 🔧
16+
17+ - Ignore no-empty-interface in the default app index.d.ts ([ #1484 ] ( https://github.com/typed-ember/ember-cli-typescript/pull/1484 ) )
18+
19+ ### Documentation 📖
20+
21+ - docs: Remove references to DS and DS imports. ([ #1483 ] ( https://github.com/typed-ember/ember-cli-typescript/pull/1483 ) )
22+ - Encourage the use of type-only imports ([ #1485 ] ( https://github.com/typed-ember/ember-cli-typescript/pull/1485 ) )
23+ - typo: comment should be pluralized. ([ #1489 ] ( https://github.com/typed-ember/ember-cli-typescript/pull/1489 ) )
24+ - docs: fix typos ([ #1490 ] ( https://github.com/typed-ember/ember-cli-typescript/pull/1490 ) )
25+ - docs: Add link to transforms page ([ #1491 ] ( https://github.com/typed-ember/ember-cli-typescript/pull/1491 ) )
26+
927## [ 5.0.0] - 2021-02-04
1028
1129### Changed 💥
@@ -17,6 +35,7 @@ This now requires Node 12+! That's the only technically *breaking* change.
1735### Fixed 🔧
1836
1937- Fix type of ` locationType ` for Ember v4 ([ #1466 ] )
38+ - fix: Use ` moduleName() ` to determine addon's referenced name. ([ #1476 ] )
2039
2140### Documentation 📖
2241
@@ -32,6 +51,7 @@ This now requires Node 12+! That's the only technically *breaking* change.
3251[ #1466 ] : https://github.com/typed-ember/ember-cli-typescript/pull/1466
3352[ #1472 ] : https://github.com/typed-ember/ember-cli-typescript/pull/1472
3453[ #1473 ] : https://github.com/typed-ember/ember-cli-typescript/pull/1473
54+ [ #1476 ] : https://github.com/typed-ember/ember-cli-typescript/pull/1476
3555
3656## [ 4.2.1] - 2021-06-17
3757
@@ -843,8 +863,9 @@ We now use Babel 7's support for TypeScript to build apps and addons. Most of th
843863* Basic , semi -working functionality.
844864
845865[ember -cli -typify ]: https : // github.com/winding-lines/ember-cli-typify
846- [unreleased ]: https : // github.com/typed-ember/ember-cli-typescript/compare/v4.2.2...HEAD
847- [4.2 .2 ]: https : // github.com/typed-ember/ember-cli-typescript/compare/v4.2.1...v4.2.2
866+ [unreleased ]: https : // github.com/typed-ember/ember-cli-typescript/compare/v5.1.0...HEAD
867+ [5.1 .0 ]: https : // github.com/typed-ember/ember-cli-typescript/compare/v5.0.0...v5.1.0
868+ [5.0 .0 ]: https : // github.com/typed-ember/ember-cli-typescript/compare/v4.2.1...v5.0.0
848869[4.2 .1 ]: https : // github.com/typed-ember/ember-cli-typescript/compare/v4.2.0...v4.2.1
849870[4.2 .0 ]: https : // github.com/typed-ember/ember-cli-typescript/compare/v4.1.0...v4.2.0
850871[4.1 .0 ]: https : // github.com/typed-ember/ember-cli-typescript/compare/v4.0.0...v4.1.0
0 commit comments