Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 671a92d commit 4660460Copy full SHA for 4660460
CHANGELOG.md
@@ -1,3 +1,11 @@
1
+### v2.1.0 [[code][c2.1.0], [diff][d2.1.0]]
2
+
3
+[c2.1.0]: https://github.com/json5/json5/tree/v2.1.0
4
+[d2.1.0]: https://github.com/json5/json5/compare/v2.0.1...v2.1.0
5
6
+- New: The `index.mjs` and `index.min.mjs` browser builds in the `dist`
7
+ directory support ES6 modules. ([#187])
8
9
### v2.0.1 [[code][c2.0.1], [diff][d2.0.1]]
10
11
[c2.0.1]: https://github.com/json5/json5/tree/v2.0.1
@@ -304,3 +312,4 @@ parser for the regular JSON format.
304
312
[#154]: https://github.com/json5/json5/issues/154
305
313
[#181]: https://github.com/json5/json5/issues/181
306
314
[#182]: https://github.com/json5/json5/issues/182
315
+[#187]: https://github.com/json5/json5/issues/187
0 commit comments