Skip to content

Commit a600355

Browse files
committed
docs: update changelog for v2.0.0-rc.1
1 parent a24d785 commit a600355

File tree

1 file changed

+67
-1
lines changed

1 file changed

+67
-1
lines changed

CHANGELOG.md

Lines changed: 67 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,70 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) a
66

77
## [Unreleased]
88

9+
## [2.0.0-rc.1] - 2018-12-13
10+
11+
## What Changed?
12+
13+
For details on the changes since 1.x, see the [`2.0.0-beta.1` release notes](
14+
https://github.com/typed-ember/ember-cli-typescript/releases/tag/v2.0.0-beta.1).
15+
16+
### Fixed 🔧
17+
18+
- Builds no longer hang if a changed TypeScript file did not trigger a TS rebuild (which can happen e.g. if it is not yet imported elsewhere).
19+
- Type-checking information now properly gets injected into the build pipeline for test builds as well as development and production builds.
20+
- Declaration maps now have test coverage to make sure they don't break.
21+
22+
### Changed 💥
23+
24+
- The build system now uses the `tsconfig.json` file's `paths` key to copy type definitions during precompile, rather than assuming Ember project structure.
25+
26+
### Added ⭐️
27+
28+
- The addon now checks to confirm you're using Ember CLI 3.5+, since the new approach to builds has serious performance problems with a local `tmp` directory.
29+
30+
### Under the hood 🚗
31+
32+
- Bumped *many* dependency versions.
33+
- Set up Azure Pipelines configuration.
34+
- Updated internals to use TypeScript themselves.
35+
36+
## Upgrading ⚙️
37+
38+
```
39+
ember install ember-cli-typescript@next
40+
```
41+
42+
## Contributors 🙇
43+
44+
Thanks to everyone who opened/discovered an issue we fixed or PR we merged in this release!
45+
46+
- @mike-north
47+
- @dfreeman
48+
- @jamescdavis
49+
50+
## [2.0.0-beta.3] - 2018-11-02
51+
52+
## What Changed?
53+
54+
For details on the changes since 1.x, see the [`2.0.0-beta.1` release notes](
55+
https://github.com/typed-ember/ember-cli-typescript/releases/tag/v2.0.0-beta.1).
56+
57+
### Fixed 🔧
58+
- Ensure consistency with `tsc` re: class property initialization order (#365)
59+
60+
## Upgrading ⚙️
61+
62+
```
63+
ember install ember-cli-typescript@beta
64+
```
65+
66+
## Contributors 🙇
67+
68+
Thanks to everyone who opened/discovered an issue we fixed or PR we merged in this release!
69+
70+
- @runspired
71+
- @dfreeman
72+
973
## [2.0.0-beta.2] - 2018-10-26
1074

1175
### Fixed
@@ -389,7 +453,9 @@ We now use Babel 7's support for TypeScript to build apps and addons. Most of th
389453
* Basic, semi-working functionality.
390454

391455
[ember-cli-typify]: https://github.com/winding-lines/ember-cli-typify
392-
[unreleased]: https://github.com/typed-ember/ember-cli-typescript/compare/v1.5.0...HEAD
456+
[unreleased]: https://github.com/typed-ember/ember-cli-typescript/compare/v2.0.0-rc.1...v2
457+
[2.0.0-beta.2]: https://github.com/typed-ember/ember-cli-typescript/compare/v2.0.0-beta.3...v2.0.0-rc.1
458+
[2.0.0-beta.e]: https://github.com/typed-ember/ember-cli-typescript/compare/v2.0.0-beta.2...v2.0.0-beta.3
393459
[2.0.0-beta.2]: https://github.com/typed-ember/ember-cli-typescript/compare/v2.0.0-beta.1...v2.0.0-beta.2
394460
[2.0.0-beta.1]: https://github.com/typed-ember/ember-cli-typescript/compare/HEAD...v2.0.0-beta.1
395461
[1.5.0]: https://github.com/typed-ember/ember-cli-typescript/compare/v1.4.4...v1.5.0

0 commit comments

Comments
 (0)