Skip to content
Rob Garrison edited this page Aug 19, 2016 · 16 revisions

Change Log

v1.1.10 (8/19/2016)

  • Update license.
  • Update dependencies & rebuild.

v1.1.9 (1/18/2016)

  • Update dependencies & version bump.

v1.1.8 (1/18/2016)

  • Fixed bug that caused zero precisions formats to not work with commas as decimal separators. See pull #4; thanks @AaronHirsch!

v1.1.7 (12/16/2015)

  • bower.json: remove version number & add ignore entry.
  • Update format.min.js.
  • Update dependencies.

v1.1.6 (12/16/2015)

  • Modify package.json files entry. Fixes issue #3.

V1.1.5 (1/26/2015)

  • Change name in bower.json & package.json to "number-format.js".
  • Update readme with installation instructions.

v1.1.4 (1/26/2015)

  • Add AMD & NodeJS compatibility (UMD). Thanks MadMG!
  • Renamed variables & code cleanup to make it more readable.

v1.1.3 (11/12/2014)

  • Fix bower link to point to the production version. Thanks marcelboettcher!
  • Minor code & demo cleanup.

v1.1.2 (6/22/2014)

  • Remove negative sign from results with a value of zero.
  • Added more examples to demo page.

v1.1.1 (5/1/2014)

  • Various fixes to get Travis builds to work.

v1.1.0 (5/1/2014)

  • 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

r2 (v1.0.0) (6/29/2011)

Clone this wiki locally