Skip to content

Releases: discoveryjs/JsonDiscovery

1.17.0

02 Sep 12:02
805b9ff

Choose a tag to compare

Updates

  • Reworked the computation graph on the discovery page with improved visuals and complex-graph layout
  • Added text-diff view
  • Extended struct view:
    • Added support for displaying error values (when is error is true)
    • Added a default image-like content string detection annotation: when a string value is identified as image-like content, a badge image is displayed before the string, showing an image preview on hover
  • New jora methods and assertions:
    • JSON methods: jsonParse(), jsonStringify(), and jsonInfo() (the latter based on stringifyInfo() from json-ext)
    • Image like content methods: imagecontent(), imagedatauri() and imagesrc()
    • New assertions: imagecontent, imagedatauri, imagesrc and error, e.g. expr is imagedatauri
  • Extended limit option for supported web views to accept an object with optional properties: { start, startTolerance, base, tolerance }
  • Updated discovery.js to version 1.0.0-beta.99
  • Updated jora to version 1.0.0-beta.13

1.16.1

21 Apr 12:02

Choose a tag to compare

Updates

  • Fixed the "Show the rest" button on lists to correctly render all remaining elements, instead of just the next N

1.16.0

21 Apr 12:00

Choose a tag to compare

Updates

  • Fixed the action button to open a tab in the incognito window when clicked there (by setting incognito: split in the manifest). Previously, the action button would always open the tab in a regular window, even if clicked in an incognito window.
  • Various fixes and improvements related to data loading
  • Updated discovery.js to version 1.0.0-beta.95 (text rendering, gzip support)

1.15.0

26 Nov 15:59

Choose a tag to compare

Updates

  • Migrated to Manifest V3, eliminating warnings about the extension's future support
  • Achieved nearly zero impact on regular pages (non-JSON documents)
  • Enhanced performance for handling large JSON files (>100MB)
  • Clicking the extension button now opens a playground where JSON can be loaded from a file or clipboard
  • Updated discovery.js to version 1.0.0-beta.91
  • Updated jora to version 1.0.0-beta.13

1.14.1

20 May 13:39
f4d9140

Choose a tag to compare

Updates

  • Fixed issue when "Pretty print" bar is visible during the loading in Chrome
  • Updated discovery to 1.0.0-beta.83

1.14.0

02 Apr 13:16
7eff4d0

Choose a tag to compare

Updates

  • Updated discovery to 1.0.0-beta.82
  • Renamed report page to discovery
  • Added "Copy URL" button

1.13.5

07 Mar 16:02

Choose a tag to compare

Updates

  • Updated discovery to 1.0.0-beta.81
  • Added "What's new" page

1.13.4

29 Sep 23:08

Choose a tag to compare

  • Fixed JSON detection in Chrome browser
  • Fixed JSON detection in Edge browser

1.13.3

08 Sep 17:19

Choose a tag to compare

Updates

  • Fixed JSON parsing error issue when data loading from a slow responding server (#82)

1.13.2

06 Sep 08:41
69f4972

Choose a tag to compare

Updates

  • Fixed copy to clipboard in FireFox
  • Updated discovery to 1.0.0-beta.68