All Versions
35
Latest Version
Avg Release Cycle
71 days
Latest Release
-

Changelog History
Page 1

  • v2.0.4 Changes

    • ๐Ÿš€ Release for security fixes in devDependencies
  • v2.0.3 Changes

    August 06, 2020
    • ๐Ÿ›  Fixed truncation of fractional cents when using fromCents
  • v2.0.2 Changes

    July 20, 2020
    • ๐Ÿ›  Fixed incorrect values from distribute() when using fromCents
  • v2.0.1 Changes

    July 20, 2020
    • ๐Ÿ›  Fixed incorrect values being returned from methods when using fromCents (#260 thanks @chrisvariety)
  • v2.0.0 Changes

    July 12, 2020

    ๐Ÿ’ฅ Breaking Changes

    • Formatter now accepts a function or static option, allowing for fine tuned customization of output formats (#213)
  • v1.2.2

    June 01, 2019
  • v1.2.1 Changes

    October 06, 2018
    • โšก๏ธ Updated flow definition for breaking changes in flow 0.82.x. (#149) thanks @amccloud
  • v1.2.0 Changes

    September 26, 2018
    • ๐Ÿ‘ Adjusted internal precision to better account for some edge case precision issues. (#133) thanks @tvainika
    • โž• Added new formatting options, pattern and negativePattern allowing for greater flexibility of currency formats. (#95)
  • v1.1.4 Changes

    May 22, 2018

    ๐Ÿ›  Fixed rounding for string values. (#116) thanks @pdcmoreira

  • v1.1.3 Changes

    May 03, 2018

    ๐Ÿ›  Fixed grouping separator for numbers with 0 precision. (#109 thanks @hameedraha)