Skip to content

Commit e52bf1f

Browse files
committed
2.0.0
1 parent 0989939 commit e52bf1f

File tree

2 files changed

+12
-1
lines changed

2 files changed

+12
-1
lines changed

CHANGELOG.md

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

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+
415
<a name="v1.5.0"></a>
516
## [v1.5.0](https://github.com/rdfjs/rdfxml-streaming-parser.js/compare/v1.4.0...v1.5.0) - 2021-08-11
617

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "rdfxml-streaming-parser",
3-
"version": "1.5.0",
3+
"version": "2.0.0",
44
"description": "Streaming RDF/XML parser",
55
"keywords": [
66
"rdf/xml",

0 commit comments

Comments
 (0)