Skip to content

Latest commit

 

History

History
43 lines (33 loc) · 1.01 KB

CHANGELOG.md

File metadata and controls

43 lines (33 loc) · 1.01 KB

Changelog

v0.3.0 | 2019-08-06

  • 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 seep to require
  • Fix multi-lines expression
  • Fix typing
  • Fix destructor
  • Fix comments
  • Fix ternary operator
  • Fix disclose
  • Fix casting

v0.2.2 | 2019-05-29

  • Fix do/while and do/until blocks
  • Fix usage of a keyword as a variable name

v0.2.1 | 2019-05-28

  • Support new operators (/., ^^, ->)
  • Fix decimal number with unit
  • Fix variable declaration with await

v0.2.0 | 2019-04-25

  • Update tmLanguage to provide the newest syntax (v0.9)
  • Display a "What's New" message when the extension is updated

v0.1.0 | 2016-10-08

  • Initial release