1.0.0-alpha.6
·
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
inandnot inoperators to properly work with an object and a string on right side - Added support for a function as a parameter for
pick()method