Skip to content

v0.11.0

Compare
Choose a tag to compare
@github-actions github-actions released this 14 Jun 00:26
· 611 commits to main since this release
2ec7133

0.11.0 (2020-06-14)

Code Refactoring

Features

BREAKING CHANGES

  • The values of ASC_TARGET have been flipped, with JS (portable) now being 0, WASM32 being 1 and WASM64 being 2.
  • The result of a ** binary operation is now the common denominator integer if both operands are integers. Previously, the result was a float as if calling Math/f.pow.