Releases: TypeStrong/atom-typescript
Releases · TypeStrong/atom-typescript
v8.3.0
24 Feb 22:49
Compare
Sorry, something went wrong.
No results found
TypeScript: Update to latest
Update grammars: Latest + import
changes (67c66dc )
v8.2.0
28 Jan 04:31
Compare
Sorry, something went wrong.
No results found
v8.1.0
14 Jan 00:18
Compare
Sorry, something went wrong.
No results found
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
12 Jan 02:58
Compare
Sorry, something went wrong.
No results found
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
05 Jan 20:03
Compare
Sorry, something went wrong.
No results found
AutoComplete : leading whitespace for import is preserved. See : #783 (fixed with #805 by @Austin94 ) 🌹
v7.16.0
03 Jan 06:34
Compare
Sorry, something went wrong.
No results found
Grammar: Custom template syntax highlighting. See #798 by @jbarket 🌹
v7.15.0
02 Jan 01:37
Compare
Sorry, something went wrong.
No results found
TypeScript : Update to latest. Mostly for better TSX formatting 🌹
v7.14.3
22 Dec 22:57
Compare
Sorry, something went wrong.
No results found
New QuickFix : of the form import {foo} from ".foo";
: #791 by @jschwarty 🌹
v7.14.2
10 Dec 05:15
Compare
Sorry, something went wrong.
No results found
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
05 Dec 01:33
Compare
Sorry, something went wrong.
No results found
Goto symbol for TSX files : #766