-
Notifications
You must be signed in to change notification settings - Fork 37
Home
Rob Garrison edited this page Jan 31, 2017
·
16 revisions
- Readme:
- Update log.
- Add playground link.
- Reword note.
- Meta:
- Update dependencies.
- Remove GPL portion of the license & update
package.json
entry. - Fix
bower.json
"main" reference.
- Build:
- Fix build process to use the updated
package.json
license format.
- Fix build process to use the updated
- Update license.
- Update dependencies & rebuild.
- 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/