Skip to content

Commit b102692

Browse files
committed
Add change note
1 parent 156b94e commit b102692

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

change-notes/1.18/analysis-javascript.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,13 @@
1717
- [forge](https://github.com/digitalbazaar/forge)
1818
- [MySQL2](https://github.com/sidorares/node-mysql2)
1919
- [q](http://documentup.com/kriskowal/q/)
20-
20+
- [fast-json-parse](https://github.com/mcollina/fast-json-parse)
21+
- [json-parse-better-errors](https://github.com/zkat/json-parse-better-errors)
22+
- [json-parse-safe](https://github.com/joaquimserafim/json-parse-safe)
23+
- [json-safe-parse](https://github.com/bahamas10/node-json-safe-parse)
24+
- [parse-json](https://github.com/sindresorhus/parse-json)
25+
- [safe-json-parse](https://github.com/Raynos/safe-json-parse)
26+
2127
## New queries
2228

2329
| **Query** | **Tags** | **Purpose** |
@@ -43,3 +49,4 @@
4349
## Changes to QL libraries
4450

4551
* HTTP header names are now always normalized to lower case to reflect the fact that they are case insensitive. In particular, the result of `HeaderDefinition.getAHeaderName`, and the first parameter of `HeaderDefinition.defines`, `ExplicitHeaderDefinition.definesExplicitly` and `RouteHandler.getAResponseHeader` is now always a lower-case string.
52+
* The class `JsonParseCall` has been deprecated. Use `JsonParserCall` instead.

0 commit comments

Comments
 (0)