@@ -6,43 +6,24 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) a
66
77## [ Unreleased]
88
9- ## [ 1.3.0-beta.5 ]
9+ ## [ 1.3.0] - 2018-05-01
1010
1111### Fixed
1212
1313* 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-
2914* 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.
3618
3719### Changed
3820
21+ * Updated the generated ` tsconfig.json ` to use the maximum strictness we can with Ember's typings.
3922* Clarified instructions for sourcemaps.
4023
41- ### Fixed
24+ ### Added
4225
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 ` .
4627
4728## [ 1.2.1] - 2018-03-14
4829
@@ -244,12 +225,8 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) a
244225* Basic, semi-working functionality.
245226
246227[ 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
253230[ 1.2.1 ] : https://github.com/typed-ember/ember-cli-typescript/compare/v1.2.0...v1.2.1
254231[ 1.2.0 ] : https://github.com/typed-ember/ember-cli-typescript/compare/v1.1.6...v1.2.0
255232[ 1.1.6 ] : https://github.com/typed-ember/ember-cli-typescript/compare/v1.1.5...v1.1.6
0 commit comments