- Add destructuring assignment in expression and as value in loops
- Inverse position of key, value in
for..of, now:for value, key of ... - Support destructor
- Support expression as import argument
- Support function with breaking lines
- Support class field aliases
- Support required parameter modifier
- Improve destructuring
- Improve attributes
- Improve macro
- Update attributes
- Rename import modifier
seeptorequire - Fix multi-lines expression
- Fix typing
- Fix destructor
- Fix comments
- Fix ternary operator
- Fix disclose
- Fix casting
- Fix
do/whileanddo/untilblocks - Fix usage of a keyword as a variable name
- Support new operators (
/.,^^,->) - Fix decimal number with unit
- Fix variable declaration with
await
- Update tmLanguage to provide the newest syntax (v0.9)
- Display a "What's New" message when the extension is updated
- Initial release