Skip to content

Releases: discoveryjs/JsonDiscovery

1.12.1

11 Mar 18:28
Compare
Choose a tag to compare

Updates

  • Fixed false positive initialization when first <pre> in a document is empty or contains a HTML markup (#77)

1.12.0

08 Mar 13:44
Compare
Choose a tag to compare

Updates

  • Updated discovery to 1.0.0-beta.64
  • Reduced initialization time (up to 7 times) for the regular pages (not a JSON data) by lazy loading of main source code only if JSON is successfully loaded and parsed

1.11.2

01 Aug 11:15
e9416f9
Compare
Choose a tag to compare

Updates

  • Fixed "Download as file" button on default page

1.11.1

14 May 09:17
98274f3
Compare
Choose a tag to compare

Updates

  • Fixed copying JSON to clipboard on http hosts

1.11.0

03 Apr 11:32
Compare
Choose a tag to compare

Updates

  • Improved data loading and page style changes rollback when data is not a JSON or broken JSON
  • Added progressbar on data loading
  • Added inspect button to navigation bar
  • Rearranged navigation bar buttons to be more compact
  • Added "Copy to clipboard" and "Download as file" buttons to default page header
  • Added "Collapse all" and "Expand all" buttons to default page header
  • Reworked raw JSON page:
    • Added "Copy to clipboard" and "Download as file" buttons to page header
    • Show only first 100KB when JSON is big to avoid browser's freezing
    • Various improvements around performance

1.10.3

01 Apr 09:19
b48830f
Compare
Choose a tag to compare

Updates

  • Fixed bug, when extension could overlap part of content on pages with plain/text

1.10.2

18 Feb 13:17
Compare
Choose a tag to compare

Updates

  • Fixed manifest to get icons accessible

1.10.1

18 Feb 09:18
Compare
Choose a tag to compare

Updates

  • Fixed bug where an extension might not load on some pages with strict CSP rules
  • Updated discovery to 1.0.0-beta.55

1.10.0

09 Feb 10:36
db2bf9c
Compare
Choose a tag to compare

Updates

  • Build system reworked using esbuild
  • Fixed bug with darkmode styles applied to the part of the page in Chrome
  • Fixed darkmode "blinking" issue
  • Disabled "inspector" when you press Alt button
  • Fixed bug when you have to reload page to apply settings
  • Increased performance by splitting code loading into two stages (Chrome & Safari only)
  • Style isolation via ShadowDOM
  • Fixed issues when CSP blocked some images and icons
  • Updated discovery to 1.0.0-beta.53

1.9.2

12 Nov 21:18
Compare
Choose a tag to compare

Updates

  • Updated discovery to 1.0.0-beta.50