Skip to content

Commit 736be04

Browse files
committed
3.0.0
1 parent 334339a commit 736be04

File tree

2 files changed

+12
-2
lines changed

2 files changed

+12
-2
lines changed

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,16 @@
11
# Changelog
22
All notable changes to this project will be documented in this file.
33

4+
<a name="v3.0.0"></a>
5+
## [v3.0.0](https://github.com/rubensworks/streaming-jsonld-parser.js/compare/v2.4.3...v3.0.0) - 2022-07-14
6+
7+
This release has been marked as a major change due to the transition from Node's internal `stream` API to `readable-stream`.
8+
Most users should experience not breakages with this change.
9+
10+
### Changed
11+
* [Move away from Node.js built-ins](https://github.com/rubensworks/streaming-jsonld-parser.js/commit/334339a800fff7feb6ce90f73b93c04bf5ac1c74)
12+
* [Enable tree shaking in package.json](https://github.com/rubensworks/streaming-jsonld-parser.js/commit/a3461c4fe1d1f0983d2b6734bf94dc9132ccbcc6)
13+
414
<a name="v2.4.3"></a>
515
## [v2.4.3](https://github.com/rubensworks/streaming-jsonld-parser.js/compare/v2.4.2...v2.4.3) - 2022-02-23
616

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "jsonld-streaming-parser",
3-
"version": "2.4.3",
3+
"version": "3.0.0",
44
"description": "A fast and lightweight streaming JSON-LD parser",
55
"keywords": [
66
"json",
@@ -31,7 +31,7 @@
3131
"dependencies": {
3232
"@rdfjs/types": "*",
3333
"@types/http-link-header": "^1.0.1",
34-
"@types/readable-stream": "^2.3.13",
34+
"@types/readable-stream": "^2.3.13",
3535
"buffer": "^6.0.3",
3636
"canonicalize": "^1.0.1",
3737
"http-link-header": "^1.0.2",

0 commit comments

Comments
 (0)