ilib-localematcher 1.0.1 → 1.1.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +4 -3
- package/docs/LocaleMatcher.html +1 -1
- package/docs/LocaleMatcher.js.html +1 -1
- package/docs/index.html +1 -1
- package/lib/ilib-localematcher-web.js +1 -1
- package/locale/localematch.json +8716 -0
- package/package.json +9 -8
package/README.md
CHANGED
|
@@ -65,14 +65,15 @@ limitations under the License.
|
|
|
65
65
|
|
|
66
66
|
## Release Notes
|
|
67
67
|
|
|
68
|
-
### v1.0
|
|
68
|
+
### v1.1.0
|
|
69
69
|
|
|
70
|
-
-
|
|
71
|
-
-
|
|
70
|
+
- ship the locale dir too or else this whole package won't work!
|
|
71
|
+
- update to CLDR 40
|
|
72
72
|
|
|
73
73
|
### v1.0.1
|
|
74
74
|
|
|
75
75
|
- updated dependencies
|
|
76
|
+
- added docs in markdown format as well
|
|
76
77
|
|
|
77
78
|
### v1.0.0
|
|
78
79
|
|
package/docs/LocaleMatcher.html
CHANGED
|
@@ -1225,7 +1225,7 @@ current locale and other locale
|
|
|
1225
1225
|
<br class="clear">
|
|
1226
1226
|
|
|
1227
1227
|
<footer>
|
|
1228
|
-
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.6.10</a> on
|
|
1228
|
+
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.6.10</a> on Wed Mar 16 2022 07:31:12 GMT-0700 (Pacific Daylight Time) using the <a href="https://github.com/clenemt/docdash">docdash</a> theme.
|
|
1229
1229
|
</footer>
|
|
1230
1230
|
|
|
1231
1231
|
<script>prettyPrint();</script>
|
|
@@ -451,7 +451,7 @@ export default LocaleMatcher;
|
|
|
451
451
|
<br class="clear">
|
|
452
452
|
|
|
453
453
|
<footer>
|
|
454
|
-
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.6.10</a> on
|
|
454
|
+
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.6.10</a> on Wed Mar 16 2022 07:31:11 GMT-0700 (Pacific Daylight Time) using the <a href="https://github.com/clenemt/docdash">docdash</a> theme.
|
|
455
455
|
</footer>
|
|
456
456
|
|
|
457
457
|
<script>prettyPrint();</script>
|
package/docs/index.html
CHANGED
|
@@ -68,7 +68,7 @@
|
|
|
68
68
|
<br class="clear">
|
|
69
69
|
|
|
70
70
|
<footer>
|
|
71
|
-
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.6.10</a> on
|
|
71
|
+
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.6.10</a> on Wed Mar 16 2022 07:31:12 GMT-0700 (Pacific Daylight Time) using the <a href="https://github.com/clenemt/docdash">docdash</a> theme.
|
|
72
72
|
</footer>
|
|
73
73
|
|
|
74
74
|
<script>prettyPrint();</script>
|