File tree 2 files changed +19
-2
lines changed
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
+ ## [ 4.0.0-alpha.1] - 2020-01-18
10
+
11
+ ### Breaking 💥
12
+
13
+ - Drop support for Node 8 ([ #1017 ] )
14
+ - Don't configure Babel for TS transpilation ([ #1018 ] )
15
+
16
+ ### Under the hood 🚗
17
+
18
+ - Upgrade [ ✨ Prettier ✨] ( https://prettier.io ) to a version that supports optional chaining and nullish coalescing ([ #1018 ] )
19
+ - Add test for optional chaining and nullish coalescing ([ #1018 ] )
20
+ - Add test for class field declaration ([ #1018 ] )
21
+
22
+ [ #1017 ] : https://github.com/typed-ember/ember-cli-typescript/pull/1017
23
+ [ #1018 ] : https://github.com/typed-ember/ember-cli-typescript/pull/1018
24
+
9
25
## [ 3.1.2] - 2019-12-14
10
26
11
27
### Fixed 🔧
@@ -604,7 +620,8 @@ We now use Babel 7's support for TypeScript to build apps and addons. Most of th
604
620
* Basic , semi -working functionality.
605
621
606
622
[ember -cli -typify ]: https : // github.com/winding-lines/ember-cli-typify
607
- [unreleased ]: https : // github.com/typed-ember/ember-cli-typescript/compare/v3.1.2...HEAD
623
+ [unreleased ]: https : // github.com/typed-ember/ember-cli-typescript/compare/v4.0.0-alpha.1...HEAD
624
+ [4.0 .0 -alpha .1 ]: https : // github.com/typed-ember/ember-cli-typescript/compare/v3.1.2...v4.0.0-alpha.1
608
625
[3.1 .2 ]: https : // github.com/typed-ember/ember-cli-typescript/compare/v3.1.1...v3.1.2
609
626
<!--
610
627
Note that 3.1 .1 *intentionally * includes all the changes between 3.0 .0 and
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " ember-cli-typescript" ,
3
- "version" : " 3.1.2 " ,
3
+ "version" : " 4.0.0-alpha.1 " ,
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