Releases: TypeStrong/atom-typescript
Releases · TypeStrong/atom-typescript
v7.5.1
- TSX: keymaps + autocomplete for paths broke. They should be fixed now. See #458 (comment)
v7.5.0
- Fix for Linux / NixOS : the background process should now work on NixOS (hopefully doesn't break any linux users) #677
v7.4.6
- Snippets/Syntax Styles: Support
.source.tsx
v7.4.5
- Providers: Update to use the
source.tsx
scope
v7.4.4
- Grammar: use tsx grammar from Microsoft/Sublime repo. See : #672
v7.4.3
- Grammar : tsx Move a grammar pulled from babel. Refs #671 to fix bug #666
v7.4.2
- Autocomplete : no longer auto trigger after a comma. Refs #660
- Support symlinks. Refs #330
v7.4.0
- tsconfig: Replace
tsconfig
parsing with module. See #652
v7.3.0
- Glob: Using a more raw approach to
glob
. See #649