Skip to content

0.4.0

Compare
Choose a tag to compare
@BenMorel BenMorel released this 09 Oct 09:58
· 167 commits to master since this release

Breaking Changes

  • Deprecated method BigRational::toMoney() has been removed, use BigRational::to() instead;
  • BigRational::__toString() now always outputs the amount in non-simplified rational form.

New methods

  • BigRational::simplified() returns a copy of the money with the amount simplified.