You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
7. When all your tests are passing, run `grunt build` to minify all files
38
+
7. When all your tests are passing, run `grunt dist` to compile and minify all files
39
39
40
40
8. Submit a pull request to the `develop` branch.
41
41
42
42
43
+
### Formats
44
+
45
+
Formats now exist in their own files and act more or less as plugins. Check out the [bytes format](https://github.com/adamwdraper/Numeral-js/blob/master/src/formats/bytes.js) for an example of how to create one.
46
+
47
+
43
48
### Locales
44
49
45
50
When naming locale files use the [ISO 639-1 language codes](http://en.wikipedia.org/wiki/List_of_ISO_639-1_codes) supplemented by [ISO 3166-1](http://en.wikipedia.org/wiki/ISO_3166-1_alpha-2) country codes when necessary.
@@ -51,6 +56,10 @@ See [the english unit tests](https://github.com/adamwdraper/Numeral-js/blob/mast
51
56
52
57
# Changelog
53
58
59
+
### 2.0.2
60
+
61
+
Bug fix: Updated module definitions
62
+
54
63
### 2.0.1
55
64
56
65
Bug fix: Fixed regression for webpack/browserify/rollup
0 commit comments