Skip to content

1.0.0-alpha.9

Compare
Choose a tag to compare
@lahmatiy 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 to map
  • Changed ~= operator to take any value as tester (not a regexp only); when value is a function it's behaves like filter(), when null or undefined it's always truthy otherwise falsy
  • Changed group() method to group by an element when key value is an array