Releases: bhollis/jsonview
Releases · bhollis/jsonview
1.2.2
- Fixed a case where JSON would fail to parse if a string containing a number also contained escaped quotes.
1.2.1
- Fixed a case where JSON would fail to parse if a string contains a number and the JSON isn't indented.
1.2.0
- Add a preference to use the built-in Firefox JSON viewer.
- Tell Firefox we support multi-process mode.
- Fix a performance regression that could severely slow down rendering large documents.
1.1.1
- Fix a bug where copy-pasted numbers would include a unicode space.
- Fix copy-pasting JSON to not introduce unnecessary whitespace.
- Empty arrays no longer have collapsers.
1.1.0
- Large numbers will now display as they appear in the original JSON document, even if they can't be represented correctly in JavaScript.
- Updated ru-RU localization.
- Rebuilt to support newer Firefoxes.
1.0.2
- JSONView now works with Firefox's multi-process mode (electrolysis).
- Ellipses once again appear when arrays and objects are collapsed.
- Users can opt in to treating content types other than "application/json" as JSON. Add new content types in the extension preferences. Please be careful with this setting!
- JSONP support has been removed. Please consider using cross-origin resource sharing (CORS) instead. See #9 (comment) for rationale.
- Empty JSON responses no longer cause the page to load forever.
- Added hi-IN translation courtesy of Kishu Agarwal.