1.0.0-alpha.9
·
525 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
getbuildin method tomap - Changed
~=operator to take any value as tester (not a regexp only); when value is a function it's behaves likefilter(), whennullorundefinedit's always truthy otherwise falsy - Changed
group()method to group by an element when key value is an array