|
1 |
| -2.1.2 2019-10-22 |
| 1 | +2.2.0 2019-10-25 |
2 | 2 | ==================
|
3 |
| -- parse: Report error for empty content |
4 |
| -- parse: Fix issue with empty property name |
| 3 | + * added *ParseOptions.allowTrailingComma*. Default is `false`. |
| 4 | + * New API *getNodeType*: Returns the type of a value returned by parse. |
| 5 | + * parse: Fix issue with empty property name |
5 | 6 |
|
6 | 7 | 2.1.0 2019-03-29
|
7 | 8 | ==================
|
8 |
| -- `JSONScanner` and `JSONVisitor` return lineNumber / character. |
| 9 | + * `JSONScanner` and `JSONVisitor` return lineNumber / character. |
9 | 10 |
|
10 | 11 | 2.0.0 2018-04-12
|
11 | 12 | ==================
|
12 |
| - - renamed Node.columnOffset to Node.colonOffset |
13 |
| - - new API getNodePath: Gets the JSON path of the given JSON DOM node |
14 |
| - - new API findNodeAtOffset: Finds the most inner node at the given offset. If includeRightBound is set, also finds nodes that end at the given offset. |
| 13 | + * renamed Node.columnOffset to Node.colonOffset |
| 14 | + * new API getNodePath: Gets the JSON path of the given JSON DOM node |
| 15 | + * new API findNodeAtOffset: Finds the most inner node at the given offset. If includeRightBound is set, also finds nodes that end at the given offset. |
15 | 16 |
|
16 | 17 | 1.0.3 2018-03-07
|
17 | 18 | ==================
|
18 |
| - - provide ems modules |
| 19 | + * provide ems modules |
19 | 20 |
|
20 | 21 | 1.0.2 2018-03-05
|
21 | 22 | ==================
|
22 |
| - - added the *visit.onComment* API, reported when comments are allowed. |
23 |
| - - added the *ParseErrorCode.InvalidCommentToken* enum value, reported when comments are disallowed. |
| 23 | + * added the *visit.onComment* API, reported when comments are allowed. |
| 24 | + * added the *ParseErrorCode.InvalidCommentToken* enum value, reported when comments are disallowed. |
24 | 25 |
|
25 | 26 | 1.0.1
|
26 | 27 | ==================
|
27 |
| - - added the *format* API: computes edits to format a JSON document. |
28 |
| - - added the *modify* API: computes edits to insert, remove or replace a property or value in a JSON document. |
29 |
| - - added the *allyEdits* API: applies edits to a document |
| 28 | + * added the *format* API: computes edits to format a JSON document. |
| 29 | + * added the *modify* API: computes edits to insert, remove or replace a property or value in a JSON document. |
| 30 | + * added the *allyEdits* API: applies edits to a document |
30 | 31 |
|
31 | 32 | 1.0.0
|
32 | 33 | ==================
|
|
0 commit comments