Skip to content

0.3.0

Pre-release
Pre-release
Compare
Choose a tag to compare
@faheel faheel released this 21 Dec 16:49
· 93 commits to master since this release

Changelog

New operators

  • Binary arithmetic operators: *, /, %
  • Arithmetic-assignment operators: *=, /=, %=

New functions

  • Conversion functions: to_string, to_int, to_long, to_long_long
  • Math functions: big_pow10

Other changes

  • Unit tests and code examples for all new operators and functions
  • Improved compile time
  • Update Catch to v2
  • Added test script
  • Updated release script