Releases: bhollis/jsonview
Releases · bhollis/jsonview
v3.2.0
v3.1.0
v3.0.2
v3.0.1
3.0.0
- JSONView is no 10000 w 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.
- 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.
- Fixed detection of "bare" object keys to more reliably follow what a JavaScript object literal would allow.
2.4.3
2.4.2
2.4.1
2.4.0
- Preserve indentation when copying JSON.
- The JSON object is available from the console via the global "data" property. Note: This may go away when JSONView is forced into the new Manifest V3 extension model.
- Increased the number of content types that will be recognized as JSON.
- Added Indonesian localization.