Skip to content

Commit c208220

Browse files
committed
CHANGELOG
1 parent aaaf1e1 commit c208220

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

CHANGELOG.md

+4-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,9 @@
11
## JSONView 3.0.0
22

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.
3+
- JSONView is now compatible with Manifest V3, which is required in Chrome.
4+
- 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.
57

68
## JSONView 2.6.1
79

0 commit comments

Comments
 (0)