Skip to content

Commit

Permalink
Merge pull request #252 from zhengbli/ms_master
Browse files Browse the repository at this point in the history
Update messages for upcoming release
  • Loading branch information
zhengbli committed Jun 23, 2015
2 parents c6ddef2 + 411ae79 commit 7ae40c7
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 1 deletion.
3 changes: 2 additions & 1 deletion messages.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
{
"0.1.1": "messages/0.1.1.txt"
"0.1.1": "messages/0.1.1.txt",
"0.1.5": "messages/0.1.5.txt"
}
15 changes: 15 additions & 0 deletions messages/0.1.5.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
Welcome to the TypeScript plugin for Sublime Text!

Details about this package and its feature can be found on its GitHub
repository at https://github.com/Microsoft/TypeScript-Sublime-Plugin.

v0.1.5 updates:
- Fixed several issues with syntax highlighting
- Fixed performance issues caused by quickinfo requests on large files
- Fixed the bug where users were unable to type the '}' and ';' keys
- Fixed wrong indentation between curly braces
- Fixed issues with signature tooltip positioning
- Fixed incorrect error spans in Sublime Text 2
- Resolved confusion caused by certain snippet triggers in the completion list
- Added build functionality for loose files and projects configured with tsconfig.json. TypeScript files can now be built via "Tools" -> "Build" in the menu
- Updated the TypeScript language service to v1.5 (will ship with Visual Studio 2015 RTM)

0 comments on commit 7ae40c7

Please sign in to comment.