@@ -16,6 +16,18 @@ This plugin is designed to display JSON strings in a Treeview format and highlig
1616
1717## Latest Updates:
1818
19+ ### 2.1.1.0
20+
21+ 1 . New features:
22+ 1 . Zoom tree view with <kbd >ctrl</kbd > + ` mouse wheel ` or slider.
23+
24+
25+ 2 . Bug/regression fixes:
26+ 1 . Updated to the latest RapidJSON parser.
27+ 2 . Minor code enhancements for improved performance.
28+ 3 . Added unit tests
29+
30+
1931### 2.1.0.0
2032
21331 . New features:
@@ -38,7 +50,7 @@ This plugin is designed to display JSON strings in a Treeview format and highlig
3850
39512 . Bug/regression fixes:
4052 1 . Updated license text on UI as per GitHub link
41- 2 . Excplicit callout for no support on multi selection
53+ 2 . Explicit callout for no support on multi selection
4254 3 . Some other minor code and UI enhancements
4355
4456
@@ -119,7 +131,7 @@ Bug/regression fixes:
1191315 . issue-72 tab setting from notepad++ settings are not honored
1201326 . issue-73 Display tree for Array of Object
1211337 . issue-80 use line ending setting from editor
122- 8 . Relaxed parsing. Supports trailling commas, comments(only parsing), NaN and infinity JS literals.
134+ 8 . Relaxed parsing. Supports trailing commas, comments(only parsing), NaN and infinity JS literals.
123135
124136### 1.34
1251371 . Fix Access Violation issue #51
@@ -160,11 +172,11 @@ Bug/regression fixes:
1601721 . Now displays a message box when JSON string is not selected.
161173
162174### 1.17
163- 1 . Fixed dialog display issue, that occured in 1.16 release.
175+ 1 . Fixed dialog display issue, that occurred in 1.16 release.
164176
165177### 1.16
1661781 . Fixed bug - 3305433 do not find error on second try and do not build tree
167- 2 . Fixed a memory leak..was not deallocating memory allocated to json strings
179+ 2 . Fixed a memory leak..was not de-allocating memory allocated to json strings
168180
169181### 1.15
1701821 . Fixed bug 3203739 "Unable to parse JSON Arrays"
0 commit comments