-
Notifications
You must be signed in to change notification settings - Fork 37
Home
Rob Garrison edited this page Jan 18, 2016
·
16 revisions
- Update dependencies & version bump.
- Fixed bug that caused zero precisions formats to not work with commas as decimal separators. See pull #4; thanks @AaronHirsch!
- bower.json: remove version number & add ignore entry.
- Update
format.min.js
. - Update dependencies.
- Modify package.json files entry. Fixes issue #3.
- Change name in bower.json & package.json to "number-format.js".
- Update readme with installation instructions.
- Add AMD & NodeJS compatibility (UMD). Thanks MadMG!
- Renamed variables & code cleanup to make it more readable.
- Fix bower link to point to the production version. Thanks marcelboettcher!
- Minor code & demo cleanup.
- Remove negative sign from results with a value of zero.
- Added more examples to demo page.
- Various fixes to get Travis builds to work.
- Forked a copy of the script on GitHub
- Clean up
- Cleaned up code for jshint.
- Add grunt build with jshint, testing & compression.
- Register script with bower.
- Add support for a prefix & suffix within the mask.
- Updated demo with prefix & suffix examples; showing allowed and not-allowed formats.
- Updated tests
- Initial development release at https://code.google.com/p/javascript-number-formatter/