8000 Releases · bhollis/jsonview · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Releases: bhollis/jsonview

v3.2.0

17 May 00:30
Compare
Choose a tag to compare

Added a specific workaround for Microsoft SharePoint sites, which say they are returning JSON when they are really returning HTML from their service worker.

v3.1.0

17 May 00:30
Compare
Choose a tag to compare

Restricted JSONView to only act on main frame loads - this should prevent it from doing weird things to pages loaded in frames or via fetch/XHR. This should fix reported issues of JSONView causing trouble on Sharepoint sites. (It did not)

v3.0.2

17 May 00:29
Compare
Choose a tag to compare

Fixed a regression in Firefox where JSON not served as UTF-8 (which is technically invalid) caused ugly characters to display in the formatted JSON.

v3.0.1

19 Jun 18:21
a10aae5
Compare
Choose a tag to compare
  • Fixed a regression where floating-point numbers were truncated to integers.

3.0.0

18 Jun 17:56
bf7a463
Compare
Choose a tag to compare
  • 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

07 Jul 22:48
Compare
Choose a tag to compare

Fix recognizing content types like application/hal+json

2.4.2

07 Jul 22:48
0722718
Compare
Choose a tag to compare

Fix mangled encoding in Firefox

2.4.1

07 Jul 22:49
Compare
Choose a tag to compare

Fix mangled arrows

2.4.0

03 May 22:40
Compare
Choose a tag to compare
  • 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.

2.3.0

06 Jan 01:45
62428cb
Compare
Choose a tag to compare
  • Switch to a dark theme when your system is set to dark mode.
0