You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- 1.7.3 *added an assembler option to treat numbers as strings.*
120
-
- 1.7.2 *added an error check for JSONL parsing. Thx [Marc-Andre Boily](https://github.com/maboily).*
121
-
- 1.7.1 *minor bugfix and improved error reporting.*
122
-
- 1.7.0 *added `utils/Utf8Stream` to sanitize `utf8` input, all parsers support it automatically. Thx [john30](https://github.com/john30) for the suggestion.*
123
-
- 1.6.1 *the technical release, no need to upgrade.*
124
-
- 1.6.0 *added `jsonl/Parser` and `jsonl/Stringer`.*
116
+
* 1.9.0 *fixed a slight deviation from the JSON standard. Thx [Peter Burns](https://github.com/rictic).*
117
+
* 1.8.0 *added an option to indicate/ignore JSONL errors. Thx, [AK](https://github.com/ak--47).*
118
+
* 1.7.5 *fixed a stringer bug with ASCII control symbols. Thx, [Kraicheck](https://github.com/Kraicheck).*
* 1.7.3 *added an assembler option to treat numbers as strings.*
121
+
* 1.7.2 *added an error check for JSONL parsing. Thx [Marc-Andre Boily](https://github.com/maboily).*
122
+
* 1.7.1 *minor bugfix and improved error reporting.*
123
+
* 1.7.0 *added `utils/Utf8Stream` to sanitize `utf8` input, all parsers support it automatically. Thx [john30](https://github.com/john30) for the suggestion.*
124
+
* 1.6.1 *the technical release, no need to upgrade.*
125
+
* 1.6.0 *added `jsonl/Parser` and `jsonl/Stringer`.*
125
126
126
127
The rest can be consulted in the project's wiki [Release history](https://github.com/uhop/stream-json/wiki/Release-history).
Copy file name to clipboardExpand all lines: package.json
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
{
2
2
"name": "stream-json",
3
-
"version": "1.8.0",
3
+
"version": "1.9.0",
4
4
"description": "stream-json is the micro-library of Node.js stream components for creating custom JSON processing pipelines with a minimal memory footprint. It can parse JSON files far exceeding available memory streaming individual primitives using a SAX-inspired API. Includes utilities to stream JSON database dumps.",
0 commit comments