Skip to content

Commit 6499f3c

Browse files
committed
2.0.0
1 parent 3c088fa commit 6499f3c

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,15 @@
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/rubensworks/rdfa-streaming-parser.js/compare/v1.5.0...v2.0.0) - 2022-08-08
6+
7+
This release has been marked as a major change due to the transition from Node's internal stream API to readable-stream. Most users should experience not breakages with this change.
8+
9+
### Changed
10+
* [Move away from Node.js built-ins (#47)](https://github.com/rubensworks/rdfa-streaming-parser.js/commit/3c088faebbdea89775e3bb6dfbff78623a508a38)
11+
* [Enable tree shacking](https://github.com/rubensworks/rdfa-streaming-parser.js/commit/30c39e81527d1cc3e2bc5bd1a4c69ca38c056da0)
12+
413
<a name="v1.5.0"></a>
514
## [v1.5.0](https://github.com/rubensworks/rdfa-streaming-parser.js/compare/v1.4.0...v1.5.0) - 2021-08-11
615

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "rdfa-streaming-parser",
3-
"version": "1.5.0",
3+
"version": "2.0.0",
44
"description": "A fast and lightweight streaming RDFa parser",
55
"keywords": [
66
"rdfa",

0 commit comments

Comments
 (0)