We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent aaaf1e1 commit c208220Copy full SHA for c208220
CHANGELOG.md
@@ -1,7 +1,9 @@
1
## JSONView 3.0.0
2
3
-- JSONView is now compatible with Manifest V3 in Chrome-based browsers.
4
-- The JSON object is *no longer available* from the console via the global "data" property in Chrome, due to Manifest V3 changes.
+- JSONView is now compatible with Manifest V3, which is required in Chrome.
+- The JSON object is _no longer available_ from the console via the global "data" property in Chrome, due to Manifest V3 changes.
5
+- Fixed JSONView in Edge, where it was conflicting with Edge's new built-in JSON viewer. If you like Edge's default viewer you can uninstall JSONView.
6
+- Fixed detection of "bare" object keys to more reliably follow what a JavaScript object literal would allow.
7
8
## JSONView 2.6.1
9
0 commit comments