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
66
77## [ Unreleased]
88
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+
925## [ 1.3.2] - 2018-06-05
1026
1127### Fixed
@@ -238,7 +254,8 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) a
238254* Basic, semi-working functionality.
239255
240256[ 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
242259[ 1.3.2 ] : https://github.com/typed-ember/ember-cli-typescript/compare/v1.3.1...v1.3.2
243260[ 1.3.1 ] : https://github.com/typed-ember/ember-cli-typescript/compare/v1.3.0...v1.3.1
244261[ 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 11{
22 "name" : " ember-cli-typescript" ,
3- "version" : " 1.3.2 " ,
3+ "version" : " 1.3.3 " ,
44 "description" : " Allow ember apps to use typescript files." ,
55 "keywords" : [
66 " ember-addon" ,
You can’t perform that action at this time.
0 commit comments