@@ -6,6 +6,24 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) a
6
6
7
7
## [ Unreleased]
8
8
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
+
9
27
## [ 5.0.0] - 2021-02-04
10
28
11
29
### Changed 💥
@@ -17,6 +35,7 @@ This now requires Node 12+! That's the only technically *breaking* change.
17
35
### Fixed 🔧
18
36
19
37
- Fix type of ` locationType ` for Ember v4 ([ #1466 ] )
38
+ - fix: Use ` moduleName() ` to determine addon's referenced name. ([ #1476 ] )
20
39
21
40
### Documentation 📖
22
41
@@ -32,6 +51,7 @@ This now requires Node 12+! That's the only technically *breaking* change.
32
51
[ #1466 ] : https://github.com/typed-ember/ember-cli-typescript/pull/1466
33
52
[ #1472 ] : https://github.com/typed-ember/ember-cli-typescript/pull/1472
34
53
[ #1473 ] : https://github.com/typed-ember/ember-cli-typescript/pull/1473
54
+ [ #1476 ] : https://github.com/typed-ember/ember-cli-typescript/pull/1476
35
55
36
56
## [ 4.2.1] - 2021-06-17
37
57
@@ -843,8 +863,9 @@ We now use Babel 7's support for TypeScript to build apps and addons. Most of th
843
863
* Basic , semi -working functionality.
844
864
845
865
[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
848
869
[4.2 .1 ]: https : // github.com/typed-ember/ember-cli-typescript/compare/v4.2.0...v4.2.1
849
870
[4.2 .0 ]: https : // github.com/typed-ember/ember-cli-typescript/compare/v4.1.0...v4.2.0
850
871
[4.1 .0 ]: https : // github.com/typed-ember/ember-cli-typescript/compare/v4.0.0...v4.1.0
0 commit comments