Skip to content

Releases: kaoscript/ast

v0.8.0

07 Aug 12:44
Compare
Choose a tag to compare

Changelog:

  • add macro
  • add disclose
  • add shorthand property
  • add computed property
  • add overloading function
  • add new operators
    ...

v0.6.0

28 Mar 14:27
Compare
Choose a tag to compare

Changelog:

  • regroup modifiers
  • rename enums
  • prepare for properties

v0.5.0

10 Jan 00:16
Compare
Choose a tag to compare

Changelog:

  • add !?= operator
  • add ClassModifier and MethodModifier

v0.4.0

06 Jan 17:56
Compare
Choose a tag to compare

Changelog:

  • split function and lambda expression
  • consolidate @property expression

v0.3.0

28 Dec 13:56
Compare
Choose a tag to compare

Changelog:

  • add delete, include and include once statements
  • add is not operator
  • rename final to sealed

v0.2.0

28 Dec 13:49
Compare
Choose a tag to compare

Changelog:

  • add null coalescing operators (??, ??=)

v0.1.1

28 Dec 13:50
Compare
Choose a tag to compare

Changelog:

  • initial release