@@ -6,43 +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
- ## [ 1.3.0-beta.5 ]
9
+ ## [ 1.3.0] - 2018-05-01
10
10
11
11
### Fixed
12
12
13
13
* Simplified the file watching implementation, fixing some odd behavior when trees of files were deleted or moved all at once.
14
-
15
- ## [ 1.3.0-beta.4]
16
-
17
- * Updated the generated ` tsconfig.json ` to use the maximum strictness we can with Ember's typings.
18
-
19
- ## [ 1.3.0-beta.3]
20
-
21
- ### Fixed
22
-
23
- * The synchronization tweak made in 1.3.0-beta.2 now works properly on Windows.
24
-
25
- ## [ 1.3.0-beta.2]
26
-
27
- ### Fixed
28
-
29
14
* Synchronization between tsc and the broccoli build process has been improved, reducing spurious rebuilds.
30
-
31
- ## [ 1.3.0-beta.1]
32
-
33
- ### Added
34
-
35
- * The addon now supports failing the build when there are type errors, using ` "noEmitOnError": true ` in ` tsconfig.json ` .
15
+ * TypeScript no longer churns on every change in the ` tmp ` directory.
16
+ * Make sure ember-cli-typescript is a dev dependency when generating in-repo-addons, so their TypeScript gets built correctly.
17
+ * Eliminated some lint errors in the build.
36
18
37
19
### Changed
38
20
21
+ * Updated the generated ` tsconfig.json ` to use the maximum strictness we can with Ember's typings.
39
22
* Clarified instructions for sourcemaps.
40
23
41
- ### Fixed
24
+ ### Added
42
25
43
- * TypeScript no longer churns on every change in the ` tmp ` directory.
44
- * Make sure ember-cli-typescript is a dev dependency when generating in-repo-addons, so their TypeScript gets built correctly.
45
- * Eliminated some lint errors in the build.
26
+ * The addon now supports failing the build when there are type errors, using ` "noEmitOnError": true ` in ` tsconfig.json ` .
46
27
47
28
## [ 1.2.1] - 2018-03-14
48
29
@@ -244,12 +225,8 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) a
244
225
* Basic, semi-working functionality.
245
226
246
227
[ ember-cli-typify ] : https://github.com/winding-lines/ember-cli-typify
247
- [ unreleased ] : https://github.com/typed-ember/ember-cli-typescript/compare/v1.3.0-beta.5...HEAD
248
- [ 1.3.0-beta.5 ] : https://github.com/typed-ember/ember-cli-typescript/compare/v1.3.0-beta.4...v1.3.0-beta.5
249
- [ 1.3.0-beta.4 ] : https://github.com/typed-ember/ember-cli-typescript/compare/v1.3.0-beta.3...v1.3.0-beta.4
250
- [ 1.3.0-beta.3 ] : https://github.com/typed-ember/ember-cli-typescript/compare/v1.3.0-beta.2...v1.3.0-beta.3
251
- [ 1.3.0-beta.2 ] : https://github.com/typed-ember/ember-cli-typescript/compare/v1.3.0-beta.1...v1.3.0-beta.2
252
- [ 1.3.0-beta.1 ] : https://github.com/typed-ember/ember-cli-typescript/compare/v1.2.1...v1.3.0-beta.1
228
+ [ unreleased ] : https://github.com/typed-ember/ember-cli-typescript/compare/v1.3.0...HEAD
229
+ [ 1.3.0 ] : https://github.com/typed-ember/ember-cli-typescript/compare/v1.2.1...v1.3.0
253
230
[ 1.2.1 ] : https://github.com/typed-ember/ember-cli-typescript/compare/v1.2.0...v1.2.1
254
231
[ 1.2.0 ] : https://github.com/typed-ember/ember-cli-typescript/compare/v1.1.6...v1.2.0
255
232
[ 1.1.6 ] : https://github.com/typed-ember/ember-cli-typescript/compare/v1.1.5...v1.1.6
0 commit comments