Skip to content

Releases: TypeStrong/atom-typescript

v8.3.0

24 Feb 22:49
Compare
Choose a tag to compare
  • TypeScript: Update to latest
  • Update grammars: Latest + import changes (67c66dc)

v8.2.0

28 Jan 04:31
Compare
Choose a tag to compare

v8.1.0

14 Jan 00:18
Compare
Choose a tag to compare

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
Choose a tag to compare
  • 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
Choose a tag to compare
  • AutoComplete : leading whitespace for import is preserved. See : #783 (fixed with #805 by @Austin94) 🌹

v7.16.0

03 Jan 06:34
Compare
Choose a tag to compare
  • Grammar: Custom template syntax highlighting. See #798 by @jbarket 🌹

v7.15.0

02 Jan 01:37
Compare
Choose a tag to compare
  • TypeScript : Update to latest. Mostly for better TSX formatting 🌹

v7.14.3

22 Dec 22:57
Compare
Choose a tag to compare
  • New QuickFix : of the form import {foo} from ".foo"; : #791 by @jschwarty 🌹

v7.14.2

10 Dec 05:15
Compare
Choose a tag to compare
  • 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
Choose a tag to compare
  • Goto symbol for TSX files : #766