Skip to content

Commit

Permalink
Update changelog and bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
Túlio Ornelas committed Oct 23, 2017
1 parent 6d5eebd commit 54148eb
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
12 changes: 12 additions & 0 deletions Changelog.md
@@ -1,3 +1,15 @@
# 0.18.0 - 2017-10-23

* Make clear this plugin is open source (PR #144)
* Support pages with multiple nodes (PR #150)
* Add option to display the array size, disabled by default (`showArraySize` PR #122)
* Support JSONP with spaces around (PR #157)
* Allow force highlight for oversized JSON (PR #168)
* Add option to wrap links with a link tag [<a/>] (PR #173)
* Bugfix: preserve spaces in plain strings (PR #175)
* Bugfix: Remove unnecessary limitations from package.json (issue #171)
* Bugfix: fix float point numbers (issues #167 #111)

# 0.17.0 - 2017-01-16

* Bugfix: check if all nodes are text nodes before the normalization when facing multiple nodes (issue #136)
Expand Down
2 changes: 1 addition & 1 deletion extension/manifest.json
@@ -1,6 +1,6 @@
{
"name": "JSON Viewer",
"version": "0.17.0",
"version": "0.18.0",
"manifest_version": 2,
"author": "Tulio Ornelas <ornelas.tulio@gmail.com>",
"description": "The most beautiful and customizable JSON/JSONP highlighter that your eyes have ever seen. Open source at https://github.com/tulios/json-viewer",
Expand Down

0 comments on commit 54148eb

Please sign in to comment.