File tree Expand file tree Collapse file tree 2 files changed +12
-1
lines changed Expand file tree Collapse file tree 2 files changed +12
-1
lines changed Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
All notable changes to this project will be documented in this file.
3
3
4
+ <a name =" v2.0.0 " ></a >
5
+ ## [ v2.0.0] ( https://github.com/rdfjs/rdfxml-streaming-parser.js/compare/v1.5.0...v2.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
+ * [ Uses native saxes namespace support] ( https://github.com/rdfjs/rdfxml-streaming-parser.js/commit/0989939c936f5cc353a4dd3e43301dfbbc35308c )
12
+ * [ Move away from Node.js built-ins] ( https://github.com/rdfjs/rdfxml-streaming-parser.js/commit/0afa4eaf9ff879a55e27e553d5d9d41f1ddbf6e2 )
13
+ * [ Enable tree shaking in package.json] ( https://github.com/rdfjs/rdfxml-streaming-parser.js/commit/b98fd369d2eba026d6ec816e75ec7b5e85cc58af )
14
+
4
15
<a name =" v1.5.0 " ></a >
5
16
## [ v1.5.0] ( https://github.com/rdfjs/rdfxml-streaming-parser.js/compare/v1.4.0...v1.5.0 ) - 2021-08-11
6
17
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " rdfxml-streaming-parser" ,
3
- "version" : " 1.5 .0" ,
3
+ "version" : " 2.0 .0" ,
4
4
"description" : " Streaming RDF/XML parser" ,
5
5
"keywords" : [
6
6
" rdf/xml" ,
You can’t perform that action at this time.
0 commit comments