-
Notifications
You must be signed in to change notification settings - Fork 37
Home
Rob Garrison edited this page Jan 29, 2019
·
16 revisions
- Created a
format.es5.js
file which should support IE11. See issue #21. - Meta:
- Added babel to rollup config.
- Updated dependencies.
- Update typescript binding. See issue #20.
- Fix improper placeholder behavior. Updated Readme with format symbols table. Closes issue #19.
- Add more tests.
- Meta:
- Update dependencies.
- Improve code readability.
- Include version in min.js.
- Trim trailing zeros in mask. Fixes issue #18.
- Add
ignoreSign
option (modified toenforeceMaskSign
!). - Switch to XO, AVA & rollup.
- Meta: Update dot files & remove bower support.
- Code cleanup & convert to ES2015.
- Rename
ignoreSign
toenforceMaskSign
(defaultfalse
). - Reduce code complexity.
- Export as node module.
- Update TS with options.
- Switch demo to use lib file & highlight valid results.
- Rename
- Switch from Grunt to rollup.
- Switch from IIFE to UMD output.
- Core
- Readme:
- Update log.
- Meta:
- Demo:
- Fix prettify loading.
- Use https. Fixes issue #13.
- 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/