Skip to content

Releases: NPP-JSONViewer/JSON-Viewer

Release 1.41

05 Sep 03:36
Compare
Choose a tag to compare
  1. Support for ARM64
  2. Dropped Windows XP support as Notepad++ is no more supporting Windows XP.
  3. Upgrade Visual Studio to 2022

1.40

11 Jul 12:32
Compare
Choose a tag to compare
  1. issue-55 Format JSON should also set the language to JSON #FeatureRequest
  2. issue-56 Format Should Follow Line Break Settings
  3. issue-57, issue-60 "Should add a function to remove line breaks and spaces" Thanks @neoarc
  4. issue-68 Crashing Notepad++
  5. issue-72 tab setting from notepad++ settings are not honored
  6. issue-73 Display tree for Array of Object
  7. issue-80 use line ending setting from editor
  8. Relaxed parsing. Supports trailling commas, comments(only parsing), NaN and infinity JS literals.

Fix Issue #51

25 Apr 10:30
Compare
Choose a tag to compare
  • Fix bug which resulted in "Access Violation" when the root element is an Array

Bug Fixes

25 Apr 09:38
Compare
Choose a tag to compare

Releasing various fixes by @SinghRajenM

No precision loss during formatting

14 Oct 09:16
Compare
Choose a tag to compare

Read tab setting from npp

05 Aug 17:27
Compare
Choose a tag to compare
  • Reads tab width and whether using tabs or space from notepad++ settings

v1.30 alpha

10 Jan 04:46
Compare
Choose a tag to compare
v1.30 alpha Pre-release
Pre-release

Moved to rapidjson. Using sax based parser. This might speed things up.

v1.25

24 Jul 09:38
Compare
Choose a tag to compare
Merge pull request #23 from Gitoffthelawn/patch-1

Fix URL, improve string consistency

64 Bit Support

09 Jan 12:38
Compare
Choose a tag to compare

64 bit support Thanks @chcg

Bug fixes by community

26 Apr 18:41
Compare
Choose a tag to compare
  1. Select all text when no selection
    Thanks @Vakio
  2. fix memory leak and close About dialog when clicking "Close" button
    Thanks @quangnh89