File tree Expand file tree Collapse file tree 1 file changed +8
-1
lines changed Expand file tree Collapse file tree 1 file changed +8
-1
lines changed Original file line number Diff line number Diff line change @@ -6,8 +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.3] - 2018-02-16
10+
11+ ### Fixes
12+
913* Fix default blueprint for ` types/<my app>/index.d.ts ` : add missing import and an export statement so ambient declarations work.
1014* Add types to initializer and instance initializer blueprints.
15+ * Special-case handling for Mirage so that it works at all, and update generators so it works "out of the box".
16+ * Stop assuming the ember-cli-qunit version consumers have installed will be sufficiently high for our tests to pass.
1117
1218## [ 1.1.2] - 2018-02-13
1319
@@ -151,7 +157,8 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) a
151157* Basic, semi-working functionality.
152158
153159[ ember-cli-typify ] : https://github.com/winding-lines/ember-cli-typify
154- [ unreleased ] : https://github.com/typed-ember/ember-cli-typescript/compare/v1.1.2...HEAD
160+ [ unreleased ] : https://github.com/typed-ember/ember-cli-typescript/compare/v1.1.3...HEAD
161+ [ 1.1.3 ] : https://github.com/typed-ember/ember-cli-typescript/compare/v1.1.2...v1.1.3
155162[ 1.1.2 ] : https://github.com/typed-ember/ember-cli-typescript/compare/v1.1.1...v1.1.2
156163[ 1.1.1 ] : https://github.com/typed-ember/ember-cli-typescript/compare/v1.1.0...v1.1.1
157164[ 1.1.0 ] : https://github.com/typed-ember/ember-cli-typescript/compare/v1.0.6...v1.1.0
You can’t perform that action at this time.
0 commit comments