@@ -16,6 +16,18 @@ This plugin is designed to display JSON strings in a Treeview format and highlig
16
16
17
17
## Latest Updates:
18
18
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
+
19
31
### 2.1.0.0
20
32
21
33
1 . New features:
@@ -38,7 +50,7 @@ This plugin is designed to display JSON strings in a Treeview format and highlig
38
50
39
51
2 . Bug/regression fixes:
40
52
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
42
54
3 . Some other minor code and UI enhancements
43
55
44
56
@@ -119,7 +131,7 @@ Bug/regression fixes:
119
131
5 . issue-72 tab setting from notepad++ settings are not honored
120
132
6 . issue-73 Display tree for Array of Object
121
133
7 . 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.
123
135
124
136
### 1.34
125
137
1 . Fix Access Violation issue #51
@@ -160,11 +172,11 @@ Bug/regression fixes:
160
172
1 . Now displays a message box when JSON string is not selected.
161
173
162
174
### 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.
164
176
165
177
### 1.16
166
178
1 . 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
168
180
169
181
### 1.15
170
182
1 . Fixed bug 3203739 "Unable to parse JSON Arrays"
0 commit comments