Releases: TypeStrong/atom-typescript
Releases · TypeStrong/atom-typescript
v8.3.0
- TypeScript: Update to latest
- Update grammars: Latest +
import
changes (67c66dc)
v8.1.0
Great work by @lordmat0 🌹
- Tsconfig: New option Auto format on save : #815
- Find references : fix the line numbers which were off by 1 🌹 #816
v8.0.0
- Grammar : The grammar is now the same as the one used by microsoft in VSCode / Sublime with few minor additions : Thanks @blakeembrey #813 🌹
v7.16.1
- AutoComplete : leading whitespace for import is preserved. See : #783 (fixed with #805 by @Austin94) 🌹
v7.16.0
- Grammar: Custom template syntax highlighting. See #798 by @jbarket 🌹
v7.15.0
- TypeScript : Update to latest. Mostly for better TSX formatting 🌹
v7.14.3
- New QuickFix : of the form
import {foo} from ".foo";
: #791 by @jschwarty 🌹
v7.14.2
- Grammar : TSX
.
support : #767
- QuickFix lightbulb: Disabled for now : #772 as its better not to have it then to have it wrong. 🌹
v7.14.1
- Goto symbol for TSX files : #766