1.1.3
- Fixed grouping separator for numbers with 0 precision. (#109) thanks @hameedraha
1.1.2
- 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
1.1.1
- Fixed negative distribution values. (#99) thanks @andrewkatz
1.1.0
useVedicoption added for displaying groupings using the Indian Numbering System. (#74)incrementoption added for incremental rounding on display. (#70)- Documentation updated to be built from source; should help keep documentation in sync.
1.0.8
- Changed module
export default currencytoexport = currencyfor Typescript definition. (#88 thanks @arturnt)
1.0.6
- Fixed travis deployments. (#79)
1.0.5
- Removed
staticproperties from flow definition files.
1.0.2
1.0.1
- Fixed default imports for Typescript. (#73 thanks @shepherdwind)
1.0.0
- 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)
0.4.4
- Fix for currency.min.js being compiled incorrectly.
0.4.3
- Added AMD support.
- Fixed issue resolving bundling with webpack/browserify. (#24)
- Updated to latest closure compiler for minification.
0.4.2
- Whitelist currency.js files for smaller npm size.
0.4.1
- Switched to mocha for testing and added test coverage.
0.4.0
- Removed deprecated "seperator" option, is now "separator".
- Currency can now throw an error with undefined inputs with the
errorOnInvalidoption set to true.
v0.3.4
- Fix bower package management.
v0.3.2
- Fix spelling of "seperator" to "separator".
- Automatic publish to npm when tags are pushed to master.
v0.3.1
- Added bower support.
v0.3.0
- 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
- Adding nodejs / commonjs support
v0.1.4
- Fixes issue with serializing currency via JSON.stringify (#1)
- Added grunt tasks
v0.1.3
- Switching value returned to be the real float value and not the int value.
v0.1.2
- Fixed issue with rounding not being defaulted correctly.
v0.1.1
- Fixed issue with multiplication/division not allowing precision beyond 2 decimal points.
v0.1 - Initial version