Skip to content

v3.2.0

Compare
Choose a tag to compare
@sagikazarmark sagikazarmark released this 05 Dec 12:18
· 316 commits to master since this release
v3.2.0
53ce6e4

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.