All Versions
26
Latest Version
Avg Release Cycle
69 days
Latest Release
1289 days ago
Changelog History
Page 2
Changelog History
Page 2
-
v3.1.1 Changes
January 19, 2018๐ Fixed
- Float cast to string issue on certain locales
- Deal with numbers represented with E-XX
-
v3.1.0 Changes
January 10, 2018โ Added
- CurrencyList to instantiate in-memory currencies
- modulus method to Money
- ratioOf method to Money
- โ Comparator for easier testing Money object with PHPUnit
- ๐ IntlLocalizedDecimalParser and IntlLocalizedDecimalFormatter
๐ Changed
- ๐
MoneyParser::parse
method now expects a Currency object - โฌ๏ธ Dropped PHP 5.5
๐ Deprecated
- ๐ Passing currency code as string to
MoneyParser::parse
๐ Fixed
- Do not allocate remainder to a ratio of zero
- Conversion result is always 0 when subunit difference is large enough
- Unexpected result when converting small Bitcoin amounts
- ๐ Fixed StyleCI being too aggressive
-
v3.0.9 Changes
November 05, 2017๐ Fixed
- Bitcoin currency symbol
-
v3.0.8 Changes
October 03, 2017๐ Fixed
- Rounding issue in Number class.
- โฌ๏ธ Reduce composer package file size by leaving out docs and logo.
- โ Missing Travis tests for PHP 7.2.
-
v3.0.7 Changes
August 07, 2017๐ Changed
- Currencies
-
v3.0.6 Changes
July 25, 2017โ Added
- IndirectExchange: a way to get an exchange rate through a minimal set of intermediate conversions.
๐ Fixed
- โ Tests for HHVM
- ๐ Incorrect documentation on Bitcoin parser
-
v3.0.5 Changes
April 26, 2017โ Added
- numericCodeFor method to ISOCurrencies
-
v3.0.4 Changes
April 21, 2017โ Added
- Negative method
๐ Changed
- โก๏ธ Updated ISO Currencies
- โ Removed old Belarusian ruble from ISOCurrencies (BYR)
๐ Fixed
- ISOCurrencies will no longer have a blank currency
- Double symbol when formatting negative Bitcoin amounts
-
v3.0.3 Changes
March 22, 2017๐ Fixed
- ๐ Parsing empty strings and number starting or ending with a decimal point for DecimalMoneyParser
- ๐ Parsing zero for DecimalMoneyParser
- Multiplying and dividing with a locale that use commas as separator
-
v3.0.2 Changes
March 11, 2017๐ Fixed
- BCMath / GMP: comparing values smaller than one
- GMP: multiplying with zero
- ๐จ ISOCurrencies: minor refactoring, remove duplication of code