You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- 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](
0 commit comments