- Fix the tests.
- Fix the build.
- Do a proper release...
- Updates the README with 1.0.0 changes.
- Adds the
.travis.yml
file. - Adds the
main
script in thepackage.json
file.
- Replaces Grunt by Webpack.
- Converts the code to ES6.
- Makes it available from Npm.
- Delete a condition that prevent replacing toLocaleString
- Add missing attributes in bower.json
- Changes my email address
- Updates the workaround for toLocaleString
- Adds a new source in the README file
- Fixes typo in README and CHANGELOG files
- Adds the ifInfinity parameter
- Adds a workaround to make toLocaleString works with Safari
- The new preProcess parameter let you do some calculations before any operation
- Adds some tests for the last added parameters
- Updates the README file with the last changes
- The new postProcess parameter let you do some calculations on the returned value
- Commas in the argument are now replaced by points
- It is possible to add prefix or suffix to layout the output
- You can now ask to MAth.format to use toLocaleString on the output
- Adds this changelog file
- Adds a Bower spec file in order to push the library in the Bower repository
- Ignore the node_modules directory in git
- Fixes a typo in the readme file
- First stable release