File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed
Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -71,7 +71,7 @@ And a jsFiddle was created to aid in testing: https://jsfiddle.net/Mottie/t2etyo
7171
7272View the [ complete change log here] ( https://github.com/Mottie/javascript-number-formatter/wiki ) .
7373
74- ### v2.0.0 &ndash ; 2.0.3 (2018-10-26)
74+ ### v2.0.0 &ndash ; 2.0.4 (2018-10-26)
7575
7676* Add ` ignoreSign ` option (modified to ` enforeceMaskSign ` !).
7777* Switch to XO, AVA & rollup.
Original file line number Diff line number Diff line change 88 * @copyright 2018 ecava
99 * @license MIT
1010 * @link http://mottie.github.com/javascript-number-formatter/
11- * @version 2.0.3
11+ * @version 2.0.4
1212 */
1313const maskRegex = / [ 0 - 9 \- + # ] / ;
1414const notMaskRegex = / [ ^ \d \- + # ] / g;
Original file line number Diff line number Diff line change 88 * @copyright 2018 ecava
99 * @license MIT
1010 * @link http://mottie.github.com/javascript-number-formatter/
11- * @version 2.0.3
11+ * @version 2.0.4
1212 */
1313( function ( global , factory ) {
1414 typeof exports === 'object' && typeof module !== 'undefined' ? module . exports = factory ( ) :
Original file line number Diff line number Diff line change 22 "name" : " number-format.js" ,
33 "nick" : " javascript-number-formatter" ,
44 "description" : " Lightweight & Fast JavaScript Number Formatter" ,
5- "version" : " 2.0.3 " ,
5+ "version" : " 2.0.4 " ,
66 "homepage" : " http://mottie.github.com/javascript-number-formatter/" ,
77 "main" : " lib/format.min.js" ,
88 "demo" : " https://github.com/Mottie/javascript-number-formatter/index.html" ,
You can’t perform that action at this time.
0 commit comments