File tree Expand file tree Collapse file tree 2 files changed +10
-3
lines changed Expand file tree Collapse file tree 2 files changed +10
-3
lines changed Original file line number Diff line number Diff line change @@ -6,7 +6,13 @@ 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.0-beta.4]
9
+ ## [ 1.3.0-beta.5]
10
+
11
+ ### Fixed
12
+
13
+ * 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]
10
16
11
17
* Updated the generated ` tsconfig.json ` to use the maximum strictness we can with Ember's typings.
12
18
@@ -238,7 +244,8 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) a
238
244
* Basic, semi-working functionality.
239
245
240
246
[ ember-cli-typify ] : https://github.com/winding-lines/ember-cli-typify
241
- [ unreleased ] : https://github.com/typed-ember/ember-cli-typescript/compare/v1.3.0-beta.4...HEAD
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
242
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
243
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
244
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
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " ember-cli-typescript" ,
3
- "version" : " 1.3.0-beta.4 " ,
3
+ "version" : " 1.3.0-beta.5 " ,
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