Money v3.2.0 Release Notes

Release Date: 2018-12-05 // over 5 years ago
  • โž• Added

    • Exchanger exchange
    • Generated static factory to help IDEs understand code like Money::EUR(500)
    • Aggregation functions (min, max, avg, sum)

    ๐Ÿ”„ Changed

    • Money::add and Money::subtract now accept variadic arguments

    ๐Ÿ›  Fixed

    • Division causing unnecessary fractional parts
    • Numeric comparison for negative numbers

    ๐Ÿ“š Several minor fixes and documentation changes.