Skip to content

Commit

Permalink
Add release message.
Browse files Browse the repository at this point in the history
  • Loading branch information
Thom1729 committed Mar 9, 2021
1 parent 3644db6 commit 25139d4
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 1 deletion.
3 changes: 2 additions & 1 deletion messages.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,6 @@
"5.0.0": "messages/5.0.0.txt",
"7.1.0": "messages/7.1.0.txt",
"7.1.1": "messages/7.1.0.txt",
"8.0.0": "messages/8.0.0.txt"
"8.0.0": "messages/8.0.0.txt",
"10.0.0": "messages/10.0.0.txt"
}
13 changes: 13 additions & 0 deletions messages/10.0.0.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
babel-sublime
-------------

Syntax highlighting has been completely overhauled. The new syntax definition provides better support for modern JavaScript and better compatibility with existing color schemes and tools.

A few examples of improvements and bug fixes:

- JSX fragments are fully supported.
- Anonymous classes work correctly.
- Missing optional semicolons do not break highlighting.
- Regular expressions are always be correctly detected.

This is a major change. The new syntax definition has been extensively tested in beta, but if you have any problems then please don't hesitate to report them at https://github.com/babel/babel-sublime/issues.

0 comments on commit 25139d4

Please sign in to comment.