Skip to content

v11.0.0

Compare
Choose a tag to compare
@github-actions github-actions released this 02 Jul 15:03
· 229 commits to main since this release
8df69ea

11.0.0 (2020-07-02)

Bug Fixes

  • ident: fix regex escaping (8cbc924)

Features

  • support unicode props and idents (4b0ab9b)
  • logical: remove deprecated operators !, &&, ||. (77a80ca)
  • regex: remove regex literal rx/.../ (cf0a895)

BREAKING CHANGES

  • logical: logical operators !, &&, || are no longer supported in favour of using not and or.
  • regex: regex literals are no longer supported in favour of using std-lib/regexs rx-template tag.