All Versions
11
Latest Version
Avg Release Cycle
100 days
Latest Release
3258 days ago

Changelog History
Page 1

  • v1.6.2 Changes

    April 17, 2016

    ๐Ÿš€ Final release after project was abandoned.

  • v1.6.1 Changes

    June 24, 2015

    ๐Ÿ”„ Changed

    • ๐Ÿ›  Fixed dependency information for PHP 7
    • ๐Ÿ— Excluded /build and /tests directory from distribution
  • v1.6.0 Changes

    April 02, 2015

    โž• Added

    • โž• Added the Money::getConvertedAmount() method for converting a Money object's amount into its base units
    • โž• Added the Currency::getCurrencies() method for retrieving the registered currencies

    โœ‚ Removed

    • โœ‚ Removed support for PHP < 5.4.0
  • v1.5.1 Changes

    February 22, 2015

    โž• Added

    • โž• Added the optional $roundingMode argument to the Money::extractPercentage() method
    • โž• Added support for arbitrary currencies that are not part of ISO 4217 to the Currency class
    • โž• Added support for lower-case currency strings
    • The Money class now implements PHP's built-in JsonSerializable interface

    ๐Ÿ”„ Changed

    • ๐Ÿ”„ Changed the sub-unit of Japanese Yen from 100 to 1
  • v1.5.0 Changes

    September 05, 2014

    โž• Added

    • โž• Added the Money::extractPercentage() method for extracting a percentage and the corresponding subtotal
  • v1.4.0 Changes

    September 03, 2014

    โž• Added

    • โž• Added the Money::createFromString() named constructor to create Money objects from strings such as "12.34"

    ๐Ÿ”„ Changed

    • ๐Ÿ”„ Changed Money::__construct() to accept an ISO 4217 currency code as its second argument
  • v1.3.1 Changes

    July 21, 2014

    โž• Added

    • โž• Added support for late static binding to the Money::newMoney() method
    • โž• Added checks to ensure that internal operations do not disguise imprecision
  • v1.3.0 Changes

    November 25, 2013

    โž• Added

    • โž• Added (automatically generated) Currency-specific subclasses of Money
  • v1.2.0 Changes

    October 19, 2013

    โž• Added

    • ๐Ÿ‘ Implemented rounding support for the Money::multiply() method
  • v1.1.0 Changes

    October 16, 2013
    • โž• Added Money::equals(), Money::greaterThanOrEqual() and Money::lessThanOrEqual() methods
    • ๐Ÿ‘Œ Improved documentation