v11.0.0
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 usingnot
and
or
. - regex: regex literals are no longer supported in favour of using
std-lib/regex
srx
-template tag.