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

Changelog History
Page 2

  • v1.1.2 Changes

    April 10, 2018
    • ๐Ÿ›  Fixed rounding not always being consistent with half cent values and high precision. (#102 thanks @philippetrepanier)
    • ๐Ÿ›  Fixed comma separator appearing in decimals when formatting. (#104 thanks @lanceli)
  • v1.1.1 Changes

    March 27, 2018

    ๐Ÿ›  Fixed negative distribution values. (#99 thanks @andrewkatz)

  • v1.1.0 Changes

    February 12, 2018
    • useVedic option added for displaying groupings using the Indian Numbering System. (#74)
    • increment option added for incremental rounding on display. (#70)
    • ๐Ÿ“š Documentation updated to be built from source; should help keep documentation in sync.
  • v1.0.9

    February 01, 2018
  • v1.0.8 Changes

    January 31, 2018

    ๐Ÿ”„ Changed module export default currency to export = currency for Typescript definition. (#88 thanks @arturnt)

  • v1.0.6 Changes

    • ๐Ÿ›  Fixed travis deployments. (#79)
  • v1.0.5 Changes

    • โœ‚ Removed static properties from flow definition files.
  • v1.0.2 Changes

    • ๐Ÿ›  Fixed multiplying with precisions other than 2. (#76 thanks @usb248)
  • v1.0.1 Changes

  • v1.0.0 Changes

    • ๐Ÿ‘ Node < 4 support dropped.
    • Separate UMD, ES6, CommonJS modules now available.
    • ๐Ÿšš Global currency settings removed. Settings are now passed per currency.js instance.
    • ๐Ÿ‘ Different precision currencies supported. (#29)
    • โž• Added Typescript definition. (#36)
    • โž• Added Flow definition. (#37)