1.0.0-alpha.9
lahmatiy
released this
05 Mar 09:36
·
451 commits
to master
since this release
- Added support for numbers with exponent
- Added support for strings as property name in object literals
- Fixed edge cases with suggestions around keywords and inside functions
- Allowed
-
and+
operators to be unary - Renamed
get
buildin method tomap
- Changed
~=
operator to take any value as tester (not a regexp only); when value is a function it's behaves likefilter()
, whennull
orundefined
it's always truthy otherwise falsy - Changed
group()
method to group by an element when key value is an array