Skip to content

v2.0.0

Compare
Choose a tag to compare
@github-actions github-actions released this 26 Feb 14:24
· 328 commits to main since this release
43ea7c4

2.0.0 (2020-02-26)

Bug Fixes

  • identifier: set precedence for identifiers as infix operators to left-to-right (cef0576)

Features

  • if: remove support for if construct in favour of using match (d5a08a7)
  • literals: add support for default assignment for object destructuring (560c3fd)

BREAKING CHANGES

  • if: if construct is removed in favour of using match