changelogs.md
abodelot/jquery.json-viewer
Repository
-
API
-
Source
1.5.0
May 10, 2022
Added support for BigInt (native) and other libraries ('bigNumbers' option) (#21)
Fixed URL detection, only rely on protocol (#23)
Fixed XSS injection in keys (#26)
1.4.0
August 19, 2019
Fixed performance issue with 'withLinks' option
Escape double quotes in string values
1.3.0
July 4, 2019
Improved URL detection
Fixed XSS injection with 'withLinks' option
Fixed JS error when JSON has an attribute 'hasOwnProperty'
1.2.0
March 10, 2019
Added 'rootCollapsable' option
Added 'withLinks' option
Added 'withQuotes' option
Updated to jQuery 3.x
Improved style of toggle arrows
Fixed JS error in scrict mode
1.1.0
February 16, 2016
Added 'collapsed' option
Escape XML/HTML tags in JSON content
Made dict key names clickable
1.0.0
January 11, 2015
Initial release