Skip to content

Releases: microsoft/TypeScript-Sublime-Plugin

Bug fixes and syntax update

07 Sep 19:29
Compare
Choose a tag to compare
Merge pull request #511 from oivva/master

Move popup styling to the active color scheme

Routine update of the tmlanguage files

28 Jun 17:39
Compare
Choose a tag to compare
Merge pull request #487 from Microsoft/updateTmlanguage

Update tmlanguage files

Update with the fix for paste problems

25 Jun 00:10
Compare
Choose a tag to compare
Merge pull request #482 from getsetbro/patch-1

Update README.md

0.1.12 Release

29 Feb 22:47
Compare
Choose a tag to compare
  • Updated TypeScript version to 1.8 and fixed issues with TypeScript-TmLanguage files
  • Support customized typescript tsdk location #433
  • Used tab_size as indent_size value by default #437

0.1.11 Release

02 Dec 01:03
Compare
Choose a tag to compare
  • Updated TypeScript language service to 1.7 final release
  • Unified the plugin settings under Preferences -> Package Settings
  • Fixed the issue with multi-line comments in function signature tooltip
  • Other minor bug fixes

Bug fixes

02 Nov 22:33
Compare
Choose a tag to compare
  • Fixed a crashing bug for OSX where sending too much information at once could crash the server
  • Update the tsserver with the latest bit from TypeScript release-1.7 branch.

0.1.9 Plugin Release

21 Oct 06:55
Compare
Choose a tag to compare
  • Update TypeScript version to 1.7
  • Improved syntax highlighting
  • Add directory watcher to detect added or removed tsconfig.json file
  • Add directory watcher to detect added or removed .ts, .tsx files when the tsconfig.json doesn't have a explicit files array (for Node v4, may not be consistent with other node version)

0.1.8 Plugin Release

18 Sep 21:11
Compare
Choose a tag to compare
  • Update TypeScript compiler and server to latest version 1.6.
  • Add support for TypeScript React (.tsx file extension): syntax highlighting, build, IntelliSense, etc.
  • Add occurrence highlighting.
  • Bug fixes.

Update TypeScript to v1.5 and Add Error List Command

21 Jul 21:22
Compare
Choose a tag to compare
  • Update TypeScript to v1.5 release version (the same with Visual Studio 2015)
  • Add project level error list panel. The panel can be invoked via TypeScript: ShowErrorList in the command palette
  • Bug fixes

Bug fixes

06 Jul 22:06
Compare
Choose a tag to compare

Bug fixes:

  • Syntax highlighting issues with the less than sign <
  • FormatOnKey command breaking the undo function