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
6
6
7
7
## [ Unreleased]
8
8
9
+ ## [ 1.1.3] - 2018-02-16
10
+
11
+ ### Fixes
12
+
9
13
* Fix default blueprint for ` types/<my app>/index.d.ts ` : add missing import and an export statement so ambient declarations work.
10
14
* 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.
11
17
12
18
## [ 1.1.2] - 2018-02-13
13
19
@@ -151,7 +157,8 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) a
151
157
* Basic, semi-working functionality.
152
158
153
159
[ 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
155
162
[ 1.1.2 ] : https://github.com/typed-ember/ember-cli-typescript/compare/v1.1.1...v1.1.2
156
163
[ 1.1.1 ] : https://github.com/typed-ember/ember-cli-typescript/compare/v1.1.0...v1.1.1
157
164
[ 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