All Versions
26
Latest Version
Avg Release Cycle
69 days
Latest Release
1289 days ago

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