forked from bhollis/jsonview
-
Notifications
You must be signed in to change notification settings - Fork 2
/
CHANGELOG.txt
52 lines (40 loc) · 2.48 KB
/
CHANGELOG.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
JSONView 0.6
* Several new and updated localizations.
* Copying the formatted JSON and then pasting it now pastes valid JSON.
* Preserve formatting for JSON error responses.
* When disabling or uninstalling JSONView, make sure to remove the HTTP Accept header customization.
* Better escaping of potentially display-breaking Unicode characters in strings, and some other tweaks. Extracted from a patch by Johan Sundström.
* Some services are now loaded lazily in hopes of decreasing any effect JSONView might have on Firefox startup time.
* Unicode NUL character is now escaped when showing the body of an unparseable string.
JSONView 0.5
* Fixed display of newlines and multiple spaces - formatting is now better preserved.
* Fixed display of ECMAScript 5th Edition style JSON (with non-object/array root values) thanks to a patch from Josh Kline.
* URLs are matched even with uppercase scheme (such as "httpS://")
JSONView 0.4
* Preference dialog with an option to send "application/json" in the HTTP Accept header.
* Fixed a bug where values that were 0 or false would not show up.
* Fixed a bug where documents would sometimes show up as invalid when Firebug was enabled
* Bumped compatibility for 3.7a1pre
JSONView 0.3
* Detects and displays JSONP, including display of the callback.
* Doesn't show empty arrays and objects as collapsible, and displays them on one line.
* Fixed an error reading large files.
JSONView 0.2
* .json files can be opened in JSONView from the local machine.
* Added Bulgarian, German, Hungarian, and (partial) Turkish translations. Thanks to
Стоян Димитров, Archaeopteryx, Team erweiterungen.de, MIKES KASZMÁN István and Ersen Yolda from BabelZilla.org.
* Compatible with FF 3.5.*
JSONView 0.1
* String values which contain only a URL are displayed as a clickable link. Props to stig.murberg for the patch.
* Added Catalan, Spanish, Japanese, Portugese (Brazil), Russian, and Simplified Chinese translations. Thanks to
Fani Kozolchyk, and Xavi Ivars - Softcatalà, hoolooday, drry, Marcelo Ghelman (ghelman.net), Пирятинский Виталий,
and urko from BabelZilla.org.
JSONView 0.1b3:
* Compatible with FF 3.1 Beta 3
* Fixed a bug where documents >8KB wouldn't be parsed.
* Added Czech, French, and Dutch translations. Thanks to funTomas, Goofy, and markh at babelzilla.org.
* Removed dependency on jQuery - extension is smaller, faster, no more warnings in strict mode.
JSONView 0.1b2:
* Compatible with FF 3.1 Beta 2
JSONView 0.1b1:
* First beta release