Skip to content

Commit 54148eb

Browse files
author
Túlio Ornelas
committed
Update changelog and bump version
1 parent 6d5eebd commit 54148eb

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed

Changelog.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,15 @@
1+
# 0.18.0 - 2017-10-23
2+
3+
* Make clear this plugin is open source (PR #144)
4+
* Support pages with multiple nodes (PR #150)
5+
* Add option to display the array size, disabled by default (`showArraySize` PR #122)
6+
* Support JSONP with spaces around (PR #157)
7+
* Allow force highlight for oversized JSON (PR #168)
8+
* Add option to wrap links with a link tag [<a/>] (PR #173)
9+
* Bugfix: preserve spaces in plain strings (PR #175)
10+
* Bugfix: Remove unnecessary limitations from package.json (issue #171)
11+
* Bugfix: fix float point numbers (issues #167 #111)
12+
113
# 0.17.0 - 2017-01-16
214

315
* Bugfix: check if all nodes are text nodes before the normalization when facing multiple nodes (issue #136)

extension/manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "JSON Viewer",
3-
"version": "0.17.0",
3+
"version": "0.18.0",
44
"manifest_version": 2,
55
"author": "Tulio Ornelas <[email protected]>",
66
"description": "The most beautiful and customizable JSON/JSONP highlighter that your eyes have ever seen. Open source at https://github.com/tulios/json-viewer",

0 commit comments

Comments
 (0)