Skip to content

Releases: moneyphp/money

v3.2.1

07 Feb 18:03
f6085de

Choose a tag to compare

Bugfixes, more deprecations warning and some docs fixed. See CHANGELOG.md for details.

v3.2.0

05 Dec 12:18
v3.2.0
53ce6e4

Choose a tag to compare

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.

v3.1.3

16 Feb 11:06
v3.1.3
5e6a3c9

Choose a tag to compare

Tagged v3.1.3

v3.1.2

16 Feb 08:17
v3.1.2
1fe4454

Choose a tag to compare

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

19 Jan 09:36

Choose a tag to compare

Fixes conversion with large numbers

v3.1.0

10 Jan 11:51
v3.1.0
ec7a460

Choose a tag to compare

Tagged v3.1.0

v3.0.9

05 Nov 18:21
v3.0.9
1507938

Choose a tag to compare

Fixed Bitcoin symbol

v3.0.8

03 Oct 09:23

Choose a tag to compare

Fixes rounding issue for negative values, and two other minor issues.

v3.0.7

07 Aug 07:29

Choose a tag to compare

Update currencies.

v3.0.6

25 Jul 21:02

Choose a tag to compare

IndirectExchange added plus minor fixes.