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
66
77## [ Unreleased]
88
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+
917## [ 1.1.5] - 2018-02-20
1018
1119### Fixed
@@ -175,7 +183,8 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) a
175183* Basic, semi-working functionality.
176184
177185[ 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
179188[ 1.1.5 ] : https://github.com/typed-ember/ember-cli-typescript/compare/v1.1.4...v1.1.5
180189[ 1.1.4 ] : https://github.com/typed-ember/ember-cli-typescript/compare/v1.1.3...v1.1.4
181190[ 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