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

Changelog History
Page 3

  • v0.4.4 Changes

    • ๐Ÿ›  Fix for currency.min.js being compiled incorrectly.
  • v0.4.3 Changes

    • โž• Added AMD support.
    • ๐Ÿ›  Fixed issue resolving bundling with webpack/browserify. (#24)
    • โšก๏ธ Updated to latest closure compiler for minification.
  • v0.4.2 Changes

    • Whitelist currency.js files for smaller npm size.
  • v0.4.1 Changes

    • โœ… Switched to mocha for testing and added test coverage.
  • v0.4.0 Changes

    • โœ‚ Removed deprecated "seperator" option, is now "separator".
    • Currency can now throw an error with undefined inputs with the errorOnInvalid option set to true.
  • v0.3.4 Changes

    • ๐Ÿ›  Fix bower package management.
  • v0.3.2 Changes

    • ๐Ÿ›  Fix spelling of "seperator" to "separator".
    • Automatic publish to npm when tags are pushed to master.
  • v0.3.1 Changes

    • โž• Added bower support.
  • v0.3.0 Changes

    • โž• Added new format option to optionally include the set currency symbol.
    • โž• Added travis ci integration.
    • ๐Ÿ›  Fixed issue where international values were not being formatted correctly. (#6)
  • v0.2.0 Changes

    • โž• Adding nodejs / commonjs support