Added
- Exchanger exchange
- Generated static factory to help IDEs understand code like
Money::EUR(500)
- Aggregation functions (min, max, avg, sum)
Changed
Money::add
andMoney::subtract
now accept variadic arguments
Fixed
- Division causing unnecessary fractional parts
- Numeric comparison for negative numbers
Several minor fixes and documentation changes.