Skip to content

1.0.0-preview.20210926

Pre-release
Pre-release
Compare
Choose a tag to compare
@eiiches eiiches released this 28 Sep 07:10
· 171 commits to develop/1.x since this release

WARNING: This is a pre-release. Java API will likely to change in final 1.0.0 release.

Changes since 1.0.0-preview.20210610

Features

  • Add now/0 function (#95)
  • Add more math functions (#96, etc.)
    • tan/0, tanh/0, acos/0, cosh/0, asin/0, sinh/0, cbrt/0, log/0, log10/0, log1p/0, exp/0, expm1/0, exp2/0, exp10/0, atan2/2
  • Add some methods for Quarkus extension (#120)
  • Implement "index array with array" feature (#98)
  • Implement {$x} and {$x:...} pattern match syntax (#99)
  • Preserve object field order (#83)

Bug fixes

  • Fix compatibility with OSGi (#54)
  • Fix slice assignment corner case (#100)
  • Fix iteration order of [] (#97)
  • Fix [$a, $a], a pattern match with the same variable name (#99)