corrected CHANGELOG : ParseOptions.allowEmptyContent. For #31 · microsoft/node-jsonc-parser@83b7f3d (original) (raw)
Navigation Menu
- Explore
- Pricing
Provide feedback
Saved searches
Use saved searches to filter your results more quickly
Commit 83b7f3d
corrected CHANGELOG : ParseOptions.allowEmptyContent. For #31
File tree
1 file changed
lines changed
1 file changed
lines changed
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
1 | 1 | 2.2.0 2019-10-25 |
2 | 2 | ================== |
3 | -* added *ParseOptions.allowTrailingComma*. Default is `false`. | |
3 | +* added *ParseOptions.allowEmptyContent*. Default is `false`. | |
4 | 4 | * New API *getNodeType*: Returns the type of a value returned by parse. |
5 | 5 | * parse: Fix issue with empty property name |
6 | 6 |