Skip to content

Releases: TypeStrong/atom-typescript

v8.9.1

24 Apr 04:03
Compare
Choose a tag to compare
  • more tsconfig options : #930
  • fix broken autocomplete for paths : f6d1cce

v8.9.0

23 Apr 23:25
Compare
Choose a tag to compare
  • Latest TypeScript : for Code flow analysis and Global Module Augmentation

v8.8.1

15 Apr 04:21
Compare
Choose a tag to compare

v8.8.0

08 Apr 06:33
Compare
Choose a tag to compare
  • tsconfig : fix newLine option parsing #905 Thanks @liukun 🌹

v8.7.0

08 Apr 04:48
Compare
Choose a tag to compare
  • Fix : the last version broke autocomplete for file paths. Should be fixed now : a40ac5b

v8.6.0

08 Apr 02:32
Compare
Choose a tag to compare
  • Update NTypeScript. Mainly for microsoft/TypeScript#6739 🌹
  • Enable just the parsing of allowJS so we don't error out. Despite that we do not really support this option yet : #911
  • Fix string syntax highlighting : #900

v8.5.0

30 Mar 01:07
Compare
Choose a tag to compare

v8.4.0

18 Mar 02:56
Compare
Choose a tag to compare
  • Maintain: make sure we continue to work with future v8 releases (remove Promise.defer) #890
  • tsconfig: noImplicitUseStrict : #876 thanks @gavinr 🌹
  • tsconfig: When we rewrite we maintain the line ending already there : #678 Thanks @kondei 🌹

v8.3.2

16 Mar 22:29
Compare
Choose a tag to compare

v8.3.1

16 Mar 02:07
Compare
Choose a tag to compare
  • Updated Typings : e38e62b Should fix the build for certain contributors
  • Fix : Support outFile See : #883 🌹