Releases: discoveryjs/JsonDiscovery
Releases · discoveryjs/JsonDiscovery
1.17.0
Updates
- Reworked the computation graph on the discovery page with improved visuals and complex-graph layout
- Added
text-diffview - Extended
structview:- Added support for displaying error values (when
is erroris true) - Added a default image-like content string detection annotation: when a string value is identified as image-like content, a badge
imageis displayed before the string, showing an image preview on hover
- Added support for displaying error values (when
- New jora methods and assertions:
- JSON methods:
jsonParse(),jsonStringify(), andjsonInfo()(the latter based onstringifyInfo()fromjson-ext) - Image like content methods:
imagecontent(),imagedatauri()andimagesrc() - New assertions:
imagecontent,imagedatauri,imagesrcanderror, e.g.expr is imagedatauri
- JSON methods:
- Extended
limitoption for supported web views to accept an object with optional properties:{ start, startTolerance, base, tolerance } - Updated
discovery.jsto version1.0.0-beta.99 - Updated
jorato version1.0.0-beta.13
1.16.1
1.16.0
Updates
- Fixed the action button to open a tab in the incognito window when clicked there (by setting
incognito: splitin 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.jsto version1.0.0-beta.95(text rendering, gzip support)
1.15.0
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.jsto version1.0.0-beta.91 - Updated
jorato version1.0.0-beta.13