dotnetCarpenter / accounting.js

A lightweight JavaScript library for number, money and currency formatting - fully localisable, zero dependencies.
http://openexchangerates.github.io/accounting.js
MIT License
1 stars 0 forks source link

This is a mirror of the official accounting.js but with proper git tag releases.

Due to faulty release on my part, I tagged a release to be a patch release higher than accounting.js. That is no longer the case. If you got the wrong tag, and want the new one, please delete the old one and fetch the new one by doing:

git tag -d v0.4.3
git tag -d v0.4.2
git fetch origin tag v0.4.2

to get my updated tag.

You can test which tag you have by doing

git rev-parse v0.4.2

which should return e24e5b8a0dc4894707caf3c719afcdbaacb98f78 if you have the new version.

Sorry for the inconvenience.

===================================================================================

accounting.js is a tiny JavaScript library for number, money and currency parsing/formatting. It's lightweight, fully localisable, has no dependencies, and works great client-side or server-side. Use standalone or as a nodeJS/npm and AMD/requireJS module.

Visit the plugin homepage for demos and documentation: http://openexchangerates.github.io/accounting.js/

Please checkout or download the latest stable tag before using in production. Bug reports and pull requests are welcome.

Maintained by Open Exchange Rates and originally by @josscrowcroft and other contributors.


Works great with:


Changelog

v0.4.2 - Added bower.json

v0.4.1 - Alias accounting.formatNumber() as accounting.format()

v0.4 - Transferred repository to Open Exchange Rates for ongoing maintenance

v0.3.2 - Fixed package.json dependencies (should be empty object)

v0.3.0

v0.2.2 - Fixed same issue as #Num: #24 in formatNumber; switch to Google Closure Compiler for minified version.

v0.2.1 - Fixed issue #Num: #24 (locally-defined settings object was being modified by formatMoney)

v0.2

v0.1.4

v0.1.3

v0.1.2

v0.1.1

v0.1 - First version