v2.0.0
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 usingmatch
(d5a08a7) - literals: add support for default assignment for object destructuring (560c3fd)
BREAKING CHANGES
- if:
if
construct is removed in favour of usingmatch