Money v3.0.0-beta.2 Release Notes

Release Date: 2016-08-03 // over 7 years ago
  • โž• Added

    • โœ… PHP Spec tests
    • absolute method to Money and Calculator
    • subunitFor method to Currencies
    • Currencies now extends IteratorAggregate
    • Library exceptions now implement a common interface
    • ๐Ÿ“œ Formatter and Parser implementation are now rounding half up

    ๐Ÿ”„ Changed

    • [BC break] Dropped PHP 5.4 support
    • [BC break] Intl and Bitcoin formatters and parsers now require Currencies
    • ISOCurrencies now uses moneyphp/iso-currencies as currency data source

    ๐Ÿ›  Fixed

    • ๐Ÿ“š Documentation to be inline with upcoming version 3
    • Rounding issues in calculators with negative numbers
    • ๐Ÿ“œ Formatting and parser issues for amounts and numbers with a trailing zero
    • ๐Ÿ‘Œ Improved many exception messages
    • Registration of own Calculator implementations