Skip to content

Commit 829b1f9

Browse files
committed
New version: 1.9.0.
1 parent fa40d1e commit 829b1f9

File tree

3 files changed

+13
-12
lines changed

3 files changed

+13
-12
lines changed

README.md

Lines changed: 10 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -113,14 +113,15 @@ don't hesitate to open a ticket, and/or create a pull request.
113113

114114
## Release History
115115

116-
- 1.8.0 *added an option to indicate/ignore JSONL errors. Thx, [AK](https://github.com/ak--47).*
117-
- 1.7.5 *fixed a stringer bug with ASCII control symbols. Thx, [Kraicheck](https://github.com/Kraicheck).*
118-
- 1.7.4 *updated dependency (`stream-chain`), bugfix: inconsistent object/array braces. Thx [Xiao Li](https://github.com/xli1000).*
119-
- 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).*
119+
* 1.7.4 *updated dependency (`stream-chain`), bugfix: inconsistent object/array braces. Thx [Xiao Li](https://github.com/xli1000).*
120+
* 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`.*
125126

126127
The rest can be consulted in the project's wiki [Release history](https://github.com/uhop/stream-json/wiki/Release-history).

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "stream-json",
3-
"version": "1.8.0",
3+
"version": "1.9.0",
44
"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.",
55
"homepage": "http://github.com/uhop/stream-json",
66
"bugs": "http://github.com/uhop/stream-json/issues",

0 commit comments

Comments
 (0)