Skip to content

Commit

Permalink
New version: 1.8.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
uhop committed May 30, 2023
1 parent 3635242 commit d5fa0e9
Show file tree
Hide file tree
Showing 3 changed files with 22 additions and 10 deletions.
1 change: 1 addition & 0 deletions README.md
Expand Up @@ -113,6 +113,7 @@ don't hesitate to open a ticket, and/or create a pull request.

## Release History

- 1.8.0 *added an option to indicate/ignore JSONL errors. Thx, [AK](https://github.com/ak--47).*
- 1.7.5 *fixed a stringer bug with ASCII control symbols. Thx, [Kraicheck](https://github.com/Kraicheck).*
- 1.7.4 *updated dependency (`stream-chain`), bugfix: inconsistent object/array braces. Thx [Xiao Li](https://github.com/xli1000).*
- 1.7.3 *added an assembler option to treat numbers as strings.*
Expand Down
29 changes: 20 additions & 9 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "stream-json",
"version": "1.7.5",
"version": "1.8.0",
"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.",
"homepage": "http://github.com/uhop/stream-json",
"bugs": "http://github.com/uhop/stream-json/issues",
Expand Down

0 comments on commit d5fa0e9

Please sign in to comment.