Skip to content

Releases: kaoscript/highlight-vscode

v0.3.0

07 Aug 12:49
Compare
Choose a tag to compare

Changelog:

  • 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

07 Aug 12:48
Compare
Choose a tag to compare

Changelog:

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

v0.2.1

07 Aug 12:48
Compare
Choose a tag to compare

Changelog:

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

v0.2.0

25 Apr 13:56
Compare
Choose a tag to compare

Changelog:

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

v0.1.0

07 Oct 22:05
Compare
Choose a tag to compare

Changelog:

  • Initial release