Skip to content

Releases: NPP-JSONViewer/JSON-Viewer

v2.1.0.0

26 Oct 14:34
Compare
Choose a tag to compare

Change log

  1. New features:

    1. Navigate directly to the JSON node in the editor upon node selection (using left mouse click or arrow keys).
    2. Select the JSON key in the editor when double-clicking on a node.
  2. Bug/regression fixes:

    1. Updated to the latest RapidJSON parser.
    2. Minor code enhancements for improved performance.
    3. Added unit tests

Full Changelog: v2.0.8.0...v2.1.0.0

v2.0.9.0 (Big rock feature)

19 Oct 17:28
Compare
Choose a tag to compare
Pre-release

Change log

  1. Big rock feature:

    1. Navigate to json one click/double click
  2. Bug/regression fixes:

    1. Updated to latest rapidjson parser
    2. Some minor code enhancement

Full Changelog: v2.0.8.0...v2.0.9.0

v2.0.8.0

16 Oct 15:19
Compare
Choose a tag to compare

Change log

  1. New feature:

    1. Sort ascending by key
    2. Add file name in the title for visibility
  2. Bug/regression fixes:

    1. Updated license text on UI as per GitHub link
    2. Excplicit callout for no support on multi selection
    3. Some other minor code and UI enhancements

Full Changelog: v2.0.7.0...v2.0.8.0

v2.0.7.0

26 Jan 07:39
Compare
Choose a tag to compare

Change log

Bug/regression fixes:

  1. "Copy value" / "Copy" not always return complete text
  2. Format JSON option does not work if focused tab is in other view
  3. Corrected some typos on setting dialog
  4. Updated icons to match with dark mode as well
  5. Removed quotes from the key in Treeview
  6. Some other minor enhancements

Full Changelog: v2.0.6.0...v2.0.7.0

v2.0.6.0

27 Jun 03:31
Compare
Choose a tag to compare

Change log

  1. New feature:
    1. Replace value 'undefined' with 'null'. This is configurable feature.
  2. Bug/regression fixes:
    1. Cyrillic text is not properly shown in json tree view dialog

v2.0.5.0

09 Apr 03:34
Compare
Choose a tag to compare

Change log

  1. New feature:
    1. Make json highlighter configurable
  2. Bug/regression fixes:
    1. Handle json for both the views.
    2. Update treeview on reopen
    3. When file type is json, then error message is shown twice on npp launch if viewer dock was kept opened on previous instance
    4. Don't show error message on startup for non json files

v2.0.4.0

07 Dec 03:32
Compare
Choose a tag to compare

Change log

  1. New feature:
    1. Show element count for list/array
  2. Bug/regression fixes:
    1. Crash fix: Setting dialog is not shown if about dialog is opened before it.
    2. Set language type JSON properly
    3. Some minor UI enhancements

v2.0.3.0

09 Oct 11:14
Compare
Choose a tag to compare

Change log

  1. New feature:
    1. Search in json tree window
    2. Handle NaN, Inf, -Inf, Infinity, -Infinity properly
  2. Bug/regression fixes:
    1. Handle all types of arrays which does not have any key
    2. Corrected typos in setting json
    3. Don't use double qoutes for other than string type

v2.0.2.0

05 Oct 16:38
Compare
Choose a tag to compare

Change log

  1. Provided UI to control formatting option via setting dialog
    1. Setting for indentation
    2. Setting for line ending
    3. Setting for line format
    4. Make json parsing configurable e.g. ignore trailing comma, ignore comment
  2. Added couple of new feature
    1. Follow json tree for current tab if it is json file
    2. Auto format json file when opened (by direct or by tab switching)
  3. Few bug/regression fixes

v2.0.1.0

24 Sep 10:30
3bd06eb
Compare
Choose a tag to compare

Major change:

  1. Redeveloped UI
    1. Provided menu icon
    2. Json view panel is redesigned which is button like, refresh, validate, format etc.
    3. It uses well performed class instead of plain function
  2. Current selected node path is given on the bottom of json view window
  3. Many feature support such as copy node, copy value, copy path, expand/collapse all etc.
  4. Few bug fixes