Skip to content

Commit c24c0e2

Browse files
committed
5.0.0
1 parent bd5094f commit c24c0e2

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,14 @@
11
# Changelog
22
All notable changes to this project will be documented in this file.
33

4+
<a name="v5.0.0"></a>
5+
## [v5.0.0](https://github.com/rubensworks/streaming-jsonld-parser.js/compare/v4.0.1...v5.0.0) - 2025-01-08
6+
7+
### BREAKING CHANGES
8+
* [Make @direction output RDF 1.2 literals with base direction](https://github.com/rubensworks/streaming-jsonld-parser.js/commit/bd5094ff91db46129958bc7b2d986f9ec5dd9c35)
9+
* [Update to rdf-data-factory v2](https://github.com/rubensworks/streaming-jsonld-parser.js/commit/011dc1ea5778603e11465f01f0a817d0128b6573)
10+
This includes a bump to @rdfjs/types@2.0.0, which requires TypeScript 5 and Node 14+
11+
412
<a name="v4.0.1"></a>
513
## [v4.0.1](https://github.com/rubensworks/streaming-jsonld-parser.js/compare/v4.0.0...v4.0.1) - 2024-09-27
614

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "jsonld-streaming-parser",
3-
"version": "4.0.1",
3+
"version": "5.0.0",
44
"description": "A fast and lightweight streaming JSON-LD parser",
55
"keywords": [
66
"json",

0 commit comments

Comments
 (0)