Releases: moneyphp/money
Releases · moneyphp/money
v3.2.1
Bugfixes, more deprecations warning and some docs fixed. See CHANGELOG.md for details.
v3.2.0
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.
v3.1.3
Tagged v3.1.3
v3.1.2
Refactored Number usage to make the code cleaner and use less casting, and fix for casting to string issue on certain locales.
v3.1.1
Fixes conversion with large numbers
v3.1.0
Tagged v3.1.0
v3.0.9
Fixed Bitcoin symbol
v3.0.8
Fixes rounding issue for negative values, and two other minor issues.
v3.0.7
Update currencies.
v3.0.6
IndirectExchange added plus minor fixes.