Releases: TypeStrong/atom-typescript
Releases · TypeStrong/atom-typescript
v8.9.1
- more tsconfig options : #930
- fix broken autocomplete for paths : f6d1cce
v8.9.0
- Latest TypeScript : for Code flow analysis and Global Module Augmentation
v8.8.0
- tsconfig : fix
newLine
option parsing #905 Thanks @liukun 🌹
v8.7.0
- Fix : the last version broke autocomplete for file paths. Should be fixed now : a40ac5b
v8.6.0
- 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.4.0
- 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.1
- Updated Typings : e38e62b Should fix the build for certain contributors
- Fix : Support
outFile
See : #883 🌹