From 54148eb513baa83d325a41ad1eac6c520ce8dae7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tu=CC=81lio=20Ornelas?= Date: Mon, 23 Oct 2017 19:40:10 +0200 Subject: [PATCH] Update changelog and bump version --- Changelog.md | 12 ++++++++++++ extension/manifest.json | 2 +- 2 files changed, 13 insertions(+), 1 deletion(-) diff --git a/Changelog.md b/Changelog.md index 847d23c..de344a9 100644 --- a/Changelog.md +++ b/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 [] (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) diff --git a/extension/manifest.json b/extension/manifest.json index fa10d36..5bf195a 100644 --- a/extension/manifest.json +++ b/extension/manifest.json @@ -1,6 +1,6 @@ { "name": "JSON Viewer", - "version": "0.17.0", + "version": "0.18.0", "manifest_version": 2, "author": "Tulio Ornelas ", "description": "The most beautiful and customizable JSON/JSONP highlighter that your eyes have ever seen. Open source at https://github.com/tulios/json-viewer",