Skip to content

Commit f90ad3b

Browse files
committed
Update changelog for v1.4.3 and backports.
1 parent c20f5ef commit f90ad3b

File tree

1 file changed

+33
-1
lines changed

1 file changed

+33
-1
lines changed

CHANGELOG.md

Lines changed: 33 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,17 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) a
66

77
## [Unreleased]
88

9+
## [1.4.3] - 2018-09-24
10+
11+
### Fixed
12+
13+
* We now correctly clean up the system temp directory we create during builds.
14+
15+
### Changed
16+
17+
* We reference the Discord channel instead of Slack.
18+
* [Internal] We enabled writing code for this addon itself in TypeScript.
19+
920
## [1.4.2] - 2018-09-06
1021

1122
### Fixed
@@ -34,6 +45,12 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) a
3445
* Initial support for [Module Unification](https://github.com/emberjs/rfcs/blob/master/text/0143-module-unification.md) (see [#199](https://github.com/typed-ember/ember-cli-typescript/pull/199) for what is/isn't supported in this release)
3546
* Support for building addons' `test-support` and `addon-test-support` directories
3647

48+
## [1.3.4] - 2018-09-24
49+
50+
### Fixed
51+
52+
* We now correctly clean up the system temp directory we create during builds. (Backported from 1.4.3.)
53+
3754
## [1.3.3] - 2018-07-19
3855

3956
### Fixed
@@ -82,6 +99,12 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) a
8299

83100
* The addon now supports failing the build when there are type errors, using `"noEmitOnError": true` in `tsconfig.json`.
84101

102+
## [1.2.2] - 2018-09-24
103+
104+
### Fixed
105+
106+
* We now correctly clean up the system temp directory we create during builds. (Backported from 1.4.3.)
107+
85108
## [1.2.1] - 2018-03-14
86109

87110
### Fixed
@@ -105,6 +128,12 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) a
105128
* Addon components need to manually set their layout property to the imported compiled template.
106129
* The declaration file for the `<app-name>/config/environment` module now resolves correctly from app code. If you have a version of this file previously generated at `types/<app-name>/config/environment.d.ts`, you'll likely want to move it to `app/config/environment.d.ts`.
107130

131+
## [1.1.7] - 2018-09-24
132+
133+
### Fixed
134+
135+
* We now correctly clean up the system temp directory we create during builds. (Backported from 1.4.3.)
136+
108137
## [1.1.6] - 2018-02-23
109138

110139
### Fixed
@@ -282,16 +311,19 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) a
282311
* Basic, semi-working functionality.
283312

284313
[ember-cli-typify]: https://github.com/winding-lines/ember-cli-typify
285-
[unreleased]: https://github.com/typed-ember/ember-cli-typescript/compare/v1.4.2...HEAD
314+
[unreleased]: https://github.com/typed-ember/ember-cli-typescript/compare/v1.4.3...HEAD
315+
[1.4.3]: https://github.com/typed-ember/ember-cli-typescript/compare/v1.4.2...v1.4.3
286316
[1.4.2]: https://github.com/typed-ember/ember-cli-typescript/compare/v1.4.1...v1.4.2
287317
[1.4.1]: https://github.com/typed-ember/ember-cli-typescript/compare/v1.4.0...v1.4.1
288318
[1.4.0]: https://github.com/typed-ember/ember-cli-typescript/compare/v1.3.3...v1.4.0
319+
[1.3.4]: https://github.com/typed-ember/ember-cli-typescript/compare/v1.3.3...v1.3.4
289320
[1.3.3]: https://github.com/typed-ember/ember-cli-typescript/compare/v1.3.2...v1.3.3
290321
[1.3.2]: https://github.com/typed-ember/ember-cli-typescript/compare/v1.3.1...v1.3.2
291322
[1.3.1]: https://github.com/typed-ember/ember-cli-typescript/compare/v1.3.0...v1.3.1
292323
[1.3.0]: https://github.com/typed-ember/ember-cli-typescript/compare/v1.2.1...v1.3.0
293324
[1.2.1]: https://github.com/typed-ember/ember-cli-typescript/compare/v1.2.0...v1.2.1
294325
[1.2.0]: https://github.com/typed-ember/ember-cli-typescript/compare/v1.1.6...v1.2.0
326+
[1.1.7]: https://github.com/typed-ember/ember-cli-typescript/compare/v1.1.6...v1.1.7
295327
[1.1.6]: https://github.com/typed-ember/ember-cli-typescript/compare/v1.1.5...v1.1.6
296328
[1.1.5]: https://github.com/typed-ember/ember-cli-typescript/compare/v1.1.4...v1.1.5
297329
[1.1.4]: https://github.com/typed-ember/ember-cli-typescript/compare/v1.1.3...v1.1.4

0 commit comments

Comments
 (0)