Releases: fink-lang/loxia
Releases · fink-lang/loxia
v12.2.0
v12.1.1
v12.1.0
v12.0.2
v12.0.1
v12.0.0
12.0.0 (2020-07-06)
Features
- ident: remove backtick strings (860d58a)
- ident: remove null (6a28e8a)
- ident: remove null (0545b54)
- ident: support new JSX AST node types (42a9468)
- new: remove
new
func (08512cd)
BREAKING CHANGES
- new:
new
func as been removed as it is JS specific, use @fink/js-interop - ident: JSX AST node types are now namespaced
jsx:*
by larix - ident: backtick strings are no longer supported in larix.
- ident:
null
was removed from larix, use e.g. @fink/js-interop if you neednull
when working with JS modules. - ident:
null
was removed from larix, use e.g. @fink/js-interop if you neednull
when working with JS modules.
v11.1.0
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.