File tree Expand file tree Collapse file tree 2 files changed +12
-2
lines changed Expand file tree Collapse file tree 2 files changed +12
-2
lines changed Original file line number Diff line number Diff line change 11# Changelog
22All 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
Original file line number Diff line number Diff line change 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" ,
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" ,
You can’t perform that action at this time.
0 commit comments