Skip to content

Commit

Permalink
1.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
abodelot committed May 9, 2022
1 parent 9fa52dd commit 683127e
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.md
@@ -1,3 +1,9 @@
1.5.0 - Released on 2022-05-10

* 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 - Released on 2019-08-19

* Fixed performance issue with 'withLinks' option
Expand Down
2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "jquery.json-viewer",
"version": "1.4.0",
"version": "1.5.0",
"description": "jQuery plugin for displaying JSON data",
"repository": {
"type": "git",
Expand Down

0 comments on commit 683127e

Please sign in to comment.