Skip to content

1.0.0-alpha.6

Choose a tag to compare

@lahmatiy lahmatiy released this 07 Dec 06:49
· 569 commits to master since this release
  • Fixed nested ternary operator precedence
  • Added destruction for variables when used on object literal with no value (i.e. { $foo, bar: 1} the same as { foo: $foo, bar: 1 })
  • Changed in and not in operators to properly work with an object and a string on right side
  • Added support for a function as a parameter for pick() method