Skip to content

Releases: kaoscript/highlight-tmlanguage

v0.3.0

07 Aug 13:22

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:50

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:50

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:19

Choose a tag to compare

Changelog:

  • Rewrite to provide newest syntax (v0.9)
  • Unit testing with vscode-textmate

v0.1.0

07 Oct 21:29

Choose a tag to compare

Changelog:

  • Initial release