Skip to content

Releases: TypeStrong/atom-typescript

v7.14.0

04 Dec 10:34
Compare
Choose a tag to compare
  • Hotfix for error that happens when compileOnSave is enabled and d.ts file is saved : #765

v7.13.0

03 Dec 23:43
Compare
Choose a tag to compare
  • 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 and buildOnSave visible in the config : #759

v7.12.1

26 Nov 00:47
Compare
Choose a tag to compare
  • Babel : don't try to read missing .babelrc file. See #744 🌹 Thanks @laurelnaiad for the fix!

v7.12.0

24 Nov 22:36
Compare
Choose a tag to compare
  • 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

18 Nov 23:51
Compare
Choose a tag to compare
  • Tsconfig : Fix rewriteTsconfig to be true by default (which is what the document mentions it should be and was the behavior before this option was added). See #732 🌹

v7.11.0

16 Nov 03:11
Compare
Choose a tag to compare

v7.10.2

16 Nov 00:40
Compare
Choose a tag to compare
  • Tsconfig : Option atom:{rewriteTsconfig:boolean} added to allow people to get lesser tsconfig merge conflicts #703. Thanks @sszuflita 🌹 #715

v7.10.1

16 Nov 00:35
Compare
Choose a tag to compare

v7.10.0

14 Nov 22:58
Compare
Choose a tag to compare

v7.9.0

13 Nov 00:09
Compare
Choose a tag to compare

See b6e663b

  • Fix Tsconfig : For automatic expansion of tsconfig we assumed that .d.ts exists if .ts didn't exist for import
  • Feat Tsconfig: we now automatically lookup non specified but imported .tsx files and /index files