Skip to content

Commit 52df62a

Browse files
committed
v3.1.1
1 parent 39e3b7f commit 52df62a

File tree

2 files changed

+14
-3
lines changed

2 files changed

+14
-3
lines changed

CHANGELOG.md

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

77
## [Unreleased]
88

9-
## [3.0.0] - 2019-08-30
9+
## [3.1.1] - 2019-11-06
10+
11+
### Added ⭐️
12+
13+
- Adds appropriate Babel plugins to support the [nullish coalescing][nullish-coalescing] and [optional chaining][optional-chaining] proposals, both supported in TypeScript [starting with 3.7][ts-3.7]. ([#914], [#936])
14+
15+
[nullish-coalescing]: https://github.com/tc39/proposal-nullish-coalescing
16+
[optional-chaining]: https://github.com/tc39/proposal-optional-chaining
17+
[ts-3.7]: https://devblogs.microsoft.com/typescript/announcing-typescript-3-7/
18+
[#914]: https://github.com/typed-ember/ember-cli-typescript/pull/914
19+
[#936]: https://github.com/typed-ember/ember-cli-typescript/pull/936
1020

1121
### Added ⭐️
1222

@@ -563,7 +573,8 @@ We now use Babel 7's support for TypeScript to build apps and addons. Most of th
563573
* Basic, semi-working functionality.
564574

565575
[ember-cli-typify]: https://github.com/winding-lines/ember-cli-typify
566-
[unreleased]: https://github.com/typed-ember/ember-cli-typescript/compare/v3.0.0...HEAD
576+
[unreleased]: https://github.com/typed-ember/ember-cli-typescript/compare/v3.1.1...HEAD
577+
[3.1.1]: https://github.com/typed-ember/ember-cli-typescript/compare/v3.0.0...v3.1.1
567578
[3.0.0]: https://github.com/typed-ember/ember-cli-typescript/compare/v2.0.2...v3.0.0
568579
[2.0.2]: https://github.com/typed-ember/ember-cli-typescript/compare/v2.0.1...v2.0.2
569580
[2.0.1]: https://github.com/typed-ember/ember-cli-typescript/compare/v2.0.0...v2.0.1

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ember-cli-typescript",
3-
"version": "3.0.0",
3+
"version": "3.1.1",
44
"description": "Allow ember apps to use typescript files.",
55
"keywords": [
66
"ember-addon",

0 commit comments

Comments
 (0)