File tree Expand file tree Collapse file tree 1 file changed +10
-1
lines changed Expand file tree Collapse file tree 1 file changed +10
-1
lines changed Original file line number Diff line number Diff line change @@ -6,6 +6,14 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) a
6
6
7
7
## [ Unreleased]
8
8
9
+ ## [ 1.1.6] - 2018-02-23
10
+
11
+ ### Fixed
12
+
13
+ * The blueprints provided by ` ember-cli-typescript ` now deterministically override the base ones from ` ember-data ` and ` ember-source ` .
14
+ * Correct type declarations are installed out of the box based on what test framework is present.
15
+ * A catch-all model registry is generated on installation to avoid the "error TS2344" problem.
16
+
9
17
## [ 1.1.5] - 2018-02-20
10
18
11
19
### Fixed
@@ -175,7 +183,8 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) a
175
183
* Basic, semi-working functionality.
176
184
177
185
[ ember-cli-typify ] : https://github.com/winding-lines/ember-cli-typify
178
- [ unreleased ] : https://github.com/typed-ember/ember-cli-typescript/compare/v1.1.5...HEAD
186
+ [ unreleased ] : https://github.com/typed-ember/ember-cli-typescript/compare/v1.1.6...HEAD
187
+ [ 1.1.6 ] : https://github.com/typed-ember/ember-cli-typescript/compare/v1.1.5...v1.1.6
179
188
[ 1.1.5 ] : https://github.com/typed-ember/ember-cli-typescript/compare/v1.1.4...v1.1.5
180
189
[ 1.1.4 ] : https://github.com/typed-ember/ember-cli-typescript/compare/v1.1.3...v1.1.4
181
190
[ 1.1.3 ] : https://github.com/typed-ember/ember-cli-typescript/compare/v1.1.2...v1.1.3
You can’t perform that action at this time.
0 commit comments