Brick\Money v0.4.0 Release Notes

Release Date: 2018-10-09 // over 5 years ago
  • ๐Ÿ’ฅ 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.