Releases: TypeStrong/atom-typescript
Releases · TypeStrong/atom-typescript
v7.14.0
v7.13.0
- TypeScript: Update to latest on master
- TypeScript: built with latest on master. It adds "use strict" to all JS. See emit : 84e11ab
- tsconfig: Support option
allowSyntheticDefaultImports
courtesy @glen-84 🌹 #763 - Babel: lookup for config needs to be done from project dir : #739
*JS Status: Pass through external transpiler before diffing the JS on disk : #751 - tsconfig: make the implicit options
compileOnSave
andbuildOnSave
visible in the config : #759
v7.12.1
v7.12.0
- TypeScript: update to latest to get microsoft/TypeScript#5729 into user hands 🌹
- Babel: This removes the dependency on
atom-typescript
's local copy of babel, and allows a given project to use whatever version they like (assuming the core.transform
api doesn't change anyway). See #727 - Babel: Also adds support for loading configuration from
.babelrc
See #727
v7.11.1
v7.11.0
- Tsconfig : hotfix for empty
atom
key. See #703 (comment) 🌹
v7.10.2
v7.10.1
v7.10.0
- TypeScript: Updated to latest to get microsoft/TypeScript#5637 into your hands 🌹