Releases: NPP-JSONViewer/JSON-Viewer
Releases · NPP-JSONViewer/JSON-Viewer
v2.1.0.0
Change log
-
New features:
- Navigate directly to the JSON node in the editor upon node selection (using left mouse click or arrow keys).
- Select the JSON key in the editor when double-clicking on a node.
-
Bug/regression fixes:
- Updated to the latest RapidJSON parser.
- Minor code enhancements for improved performance.
- Added unit tests
Full Changelog: v2.0.8.0...v2.1.0.0
v2.0.9.0 (Big rock feature)
Change log
-
Big rock feature:
- Navigate to json one click/double click
-
Bug/regression fixes:
- Updated to latest rapidjson parser
- Some minor code enhancement
Full Changelog: v2.0.8.0...v2.0.9.0
v2.0.8.0
Change log
-
New feature:
- Sort ascending by key
- Add file name in the title for visibility
-
Bug/regression fixes:
- Updated license text on UI as per GitHub link
- Excplicit callout for no support on multi selection
- Some other minor code and UI enhancements
Full Changelog: v2.0.7.0...v2.0.8.0
v2.0.7.0
Change log
Bug/regression fixes:
- "Copy value" / "Copy" not always return complete text
- Format JSON option does not work if focused tab is in other view
- Corrected some typos on setting dialog
- Updated icons to match with dark mode as well
- Removed quotes from the key in Treeview
- Some other minor enhancements
Full Changelog: v2.0.6.0...v2.0.7.0
v2.0.6.0
Change log
- New feature:
- Replace value 'undefined' with 'null'. This is configurable feature.
- Bug/regression fixes:
- Cyrillic text is not properly shown in json tree view dialog
v2.0.5.0
Change log
- New feature:
- Make json highlighter configurable
- Bug/regression fixes:
- Handle json for both the views.
- Update treeview on reopen
- When file type is json, then error message is shown twice on npp launch if viewer dock was kept opened on previous instance
- Don't show error message on startup for non json files
v2.0.4.0
Change log
- New feature:
- Show element count for list/array
- Bug/regression fixes:
- Crash fix: Setting dialog is not shown if about dialog is opened before it.
- Set language type JSON properly
- Some minor UI enhancements
v2.0.3.0
Change log
- New feature:
- Search in json tree window
- Handle NaN, Inf, -Inf, Infinity, -Infinity properly
- Bug/regression fixes:
- Handle all types of arrays which does not have any key
- Corrected typos in setting json
- Don't use double qoutes for other than string type
v2.0.2.0
Change log
- Provided UI to control formatting option via setting dialog
- Setting for indentation
- Setting for line ending
- Setting for line format
- Make json parsing configurable e.g. ignore trailing comma, ignore comment
- Added couple of new feature
- Follow json tree for current tab if it is json file
- Auto format json file when opened (by direct or by tab switching)
- Few bug/regression fixes
v2.0.1.0
Major change:
- Redeveloped UI
- Provided menu icon
- Json view panel is redesigned which is button like, refresh, validate, format etc.
- It uses well performed class instead of plain function
- Current selected node path is given on the bottom of json view window
- Many feature support such as copy node, copy value, copy path, expand/collapse all etc.
- Few bug fixes