Skip to content

0.2.0

Pre-release
Pre-release
Compare
Choose a tag to compare
@faheel faheel released this 25 Dec 12:55
· 137 commits to master since this release

Changelog

New operators

  • Binary arithmetic operators: +, -
  • Arithmetic-assignment operators: +=, -=
  • Increment and decrement operators: ++, -- (both prefix and postfix)

New functions

  • Math functions: abs

Other changes

  • Unit tests and code examples for all new operators and functions
  • Updated release script