Skip to content

Commit 8cb1200

Browse files
committed
docs: update changelog for 3.0.0
1 parent 869da3e commit 8cb1200

File tree

1 file changed

+8
-2
lines changed

1 file changed

+8
-2
lines changed

CHANGELOG.md

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,16 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) a
66

77
## [Unreleased]
88

9-
### 💥 Breaking
9+
## [3.0.0] - 2019-08-30
1010

11+
### Breaking 💥
12+
13+
- No longer adds the Babel class properties plugin. This is a *fix* for [#707], but it will break against ember-cli-babel versions before 7.7.
1114
- Removes support in the default blueprint for initializing new Module Unification projects, in line with [MU's removal][MU] from Ember's roadmap in favor of other directions. Existing MU projects should continue to build and typecheck according to the local `tsconfig.json`. ([#826](https://github.com/typed-ember/ember-cli-typescript/pull/826))
15+
- Drops support for Node 6.
1216

1317
[MU]: https://blog.emberjs.com/2019/03/11/update-on-module-unification-and-octane.html
18+
[#707]: https://github.com/typed-ember/ember-cli-typescript/issues/707
1419

1520
## [2.0.2] - 2019-07-05
1621

@@ -553,7 +558,8 @@ We now use Babel 7's support for TypeScript to build apps and addons. Most of th
553558
* Basic, semi-working functionality.
554559

555560
[ember-cli-typify]: https://github.com/winding-lines/ember-cli-typify
556-
[unreleased]: https://github.com/typed-ember/ember-cli-typescript/compare/v2.0.2...HEAD
561+
[unreleased]: https://github.com/typed-ember/ember-cli-typescript/compare/v3.0.0...HEAD
562+
[3.0.0]: https://github.com/typed-ember/ember-cli-typescript/compare/v2.0.2...v3.0.0
557563
[2.0.2]: https://github.com/typed-ember/ember-cli-typescript/compare/v2.0.1...v2.0.2
558564
[2.0.1]: https://github.com/typed-ember/ember-cli-typescript/compare/v2.0.0...v2.0.1
559565
[2.0.0]: https://github.com/typed-ember/ember-cli-typescript/compare/v2.0.0-rc.2...v2.0.0

0 commit comments

Comments
 (0)