ember-cli-typescript
Advanced tools
Changelog
[4.0.0-rc.1] - 2020-07-14
--path
([#1148])tsconfig.json
blueprint target
value to 2020
([#1108])prepack
and postpack
instead of prepublishOnly
and postpublish
([#1196])willTypecheck
s on Linux ([#1198]).ts
files will be ignored completely!ember-auto-import
, make sure you are using at least ember-auto-import@^1.6.0.ember install ember-cli-typescript@next
or use your package manager to upgrade to ember-cli-typescript@next
directly and skip the blueprint.Changelog
[3.1.4] - 2020-05-29
Changelog
[3.1.3] - 2020-01-22
Changelog
[4.0.0-alpha.1] - 2020-01-18
Changelog
[3.1.2] - 2019-12-14
global.d.ts
blueprint ([#866])ts:precompile
fails ([#984])Changelog
[3.1.1] - 2019-11-06
Changelog
[3.0.0] - 2019-08-30
ember-cli-typescript
now installs itself into dependencies
regardless of what ember install
command you use. [#623]tsconfig.json
. (#826)Changelog
[2.0.2] - 2019-07-05
@babel/plugin-transform-typescript
version pending a fix to babel/babel#10162 (#751)Changelog
[2.0.0] - 2019-03-13
The bullets below comprise a Greatest Hits list of the fixes and additions from 1.x, but the 2.0 release constitutes a ground-up rewrite of how we handle both transpiling and typechecking TypeScript code. For a full guide for upgrading from 1.x to 2.0, see the Upgrade Notes document.
ember-auto-import
(#287)tsc
to panic (#314)ember serve
.See the 2.0 Upgrade Notes for detailed instructions on upgrading from 1.x to 2.0.
Thanks to everyone who opened/discovered an issue we fixed or PR we merged over the course of our 2.0 stabilization process!