You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+33-1Lines changed: 33 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -6,6 +6,17 @@ 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.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
+
9
20
## [1.4.2] - 2018-09-06
10
21
11
22
### Fixed
@@ -34,6 +45,12 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) a
34
45
* 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)
35
46
* Support for building addons' `test-support` and `addon-test-support` directories
36
47
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
+
37
54
## [1.3.3] - 2018-07-19
38
55
39
56
### Fixed
@@ -82,6 +99,12 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) a
82
99
83
100
* The addon now supports failing the build when there are type errors, using `"noEmitOnError": true` in `tsconfig.json`.
84
101
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
+
85
108
## [1.2.1] - 2018-03-14
86
109
87
110
### Fixed
@@ -105,6 +128,12 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) a
105
128
* Addon components need to manually set their layout property to the imported compiled template.
106
129
* 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`.
107
130
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
+
108
137
## [1.1.6] - 2018-02-23
109
138
110
139
### Fixed
@@ -282,16 +311,19 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) a
0 commit comments