Skip to content

Releases: TypeStrong/atom-typescript

v7.5.1

23 Oct 00:51
Compare
Choose a tag to compare
  • TSX: keymaps + autocomplete for paths broke. They should be fixed now. See #458 (comment)

v7.5.0

22 Oct 03:12
Compare
Choose a tag to compare
  • Fix for Linux / NixOS : the background process should now work on NixOS (hopefully doesn't break any linux users) #677

v7.4.6

21 Oct 19:45
Compare
Choose a tag to compare
  • Snippets/Syntax Styles: Support .source.tsx

v7.4.5

21 Oct 18:34
Compare
Choose a tag to compare
  • Providers: Update to use the source.tsx scope

v7.4.4

20 Oct 22:32
Compare
Choose a tag to compare
  • Grammar: use tsx grammar from Microsoft/Sublime repo. See : #672

v7.4.3

19 Oct 23:26
Compare
Choose a tag to compare
  • Grammar : tsx Move a grammar pulled from babel. Refs #671 to fix bug #666

v7.4.2

19 Oct 05:03
Compare
Choose a tag to compare
  • Autocomplete : no longer auto trigger after a comma. Refs #660
  • Support symlinks. Refs #330

v7.4.1

19 Oct 05:04
Compare
Choose a tag to compare

v7.4.0

08 Oct 20:03
Compare
Choose a tag to compare
  • tsconfig: Replace tsconfig parsing with module. See #652

v7.3.0

08 Oct 05:35
Compare
Choose a tag to compare
  • Glob: Using a more raw approach to glob. See #649