Skip to content

Commit 330dd4e

Browse files
committed
4.0.0
1 parent c119ce4 commit 330dd4e

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
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="v4.0.0"></a>
5+
## [v4.0.0](https://github.com/rubensworks/jsonld-streaming-serializer.js/compare/v3.0.1...v4.0.0) - 2025-01-08
6+
7+
### BREAKING CHANGES
8+
* [Make RDF 1.2 literals with base direction output as @direction](https://github.com/rubensworks/jsonld-streaming-serializer.js/commit/c119ce44165180e8583320dc9a0578dd58401485)
9+
* [Update to rdf-data-factory v2](https://github.com/rubensworks/jsonld-streaming-serializer.js/commit/586fc7ba75e5005b7444e7dd741ca9d437ca4f1f)
10+
This includes a bump to @rdfjs/types@2.0.0, which requires TypeScript 5 and Node 14+
11+
412
<a name="v3.0.1"></a>
513
## [v3.0.1](https://github.com/rubensworks/jsonld-streaming-serializer.js/compare/v3.0.0...v3.0.1) - 2024-09-27
614

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "jsonld-streaming-serializer",
3-
"version": "3.0.1",
3+
"version": "4.0.0",
44
"description": "A fast and lightweight streaming JSON-LD serializer",
55
"keywords": [
66
"json",

0 commit comments

Comments
 (0)