File tree Expand file tree Collapse file tree 2 files changed +19
-2
lines changed Expand file tree Collapse file tree 2 files changed +19
-2
lines changed Original file line number Diff line number Diff line change @@ -6,6 +6,22 @@ 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.3] - 2018-07-19
10
+
11
+ ### Fixed
12
+
13
+ * Watcher has been "de-simplified" to make it more consistent with how tsc's own watcher works and prevent rebuild issues.
14
+ * ` ember-cli-typescript ` will now run after ` ember-decorators ` , ensuring that the ` ember-cli-typescript ` blueprints override ` ember-decorators ` '.
15
+
16
+ ### Changed
17
+
18
+ * Improved documentation regarding service injection.
19
+
20
+ ### Added
21
+
22
+ * Getting Help section to readme.
23
+ * Github issue templates.
24
+
9
25
## [ 1.3.2] - 2018-06-05
10
26
11
27
### Fixed
@@ -238,7 +254,8 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) a
238
254
* Basic, semi-working functionality.
239
255
240
256
[ ember-cli-typify ] : https://github.com/winding-lines/ember-cli-typify
241
- [ unreleased ] : https://github.com/typed-ember/ember-cli-typescript/compare/v1.3.2...HEAD
257
+ [ unreleased ] : https://github.com/typed-ember/ember-cli-typescript/compare/v1.3.3...HEAD
258
+ [ 1.3.3 ] : https://github.com/typed-ember/ember-cli-typescript/compare/v1.3.2...v1.3.3
242
259
[ 1.3.2 ] : https://github.com/typed-ember/ember-cli-typescript/compare/v1.3.1...v1.3.2
243
260
[ 1.3.1 ] : https://github.com/typed-ember/ember-cli-typescript/compare/v1.3.0...v1.3.1
244
261
[ 1.3.0 ] : https://github.com/typed-ember/ember-cli-typescript/compare/v1.2.1...v1.3.0
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " ember-cli-typescript" ,
3
- "version" : " 1.3.2 " ,
3
+ "version" : " 1.3.3 " ,
4
4
"description" : " Allow ember apps to use typescript files." ,
5
5
"keywords" : [
6
6
" ember-addon" ,
You can’t perform that action at this time.
0 commit comments