Skip to content

Commit 01030b1

Browse files
committed
3.2.0
1 parent 40f6228 commit 01030b1

File tree

2 files changed

+14
-1
lines changed

2 files changed

+14
-1
lines changed

CHANGELOG.md

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

4+
<a name="v3.2.0"></a>
5+
## [v3.2.0](https://github.com/rubensworks/streaming-jsonld-parser.js/compare/v3.1.0...v3.2.0) - 2023-01-27
6+
7+
### Added
8+
* Add support for JSON-LD star:
9+
* [Handle annotations as RDF-star statements](https://github.com/rubensworks/streaming-jsonld-parser.js/commit/0f451a621863e866a040abb5defa5256f2631697)
10+
* [Handle embedded nodes as RDF-star statements](https://github.com/rubensworks/streaming-jsonld-parser.js/commit/0f54ecd6e7dc73fff16054e7bcc19aed2c8ef5ce)
11+
* [Add rdfstar option](https://github.com/rubensworks/streaming-jsonld-parser.js/commit/79a5118fc3788b61a14e8c5b4b7f280b5caa029e)
12+
13+
Support for JSON-LD star (or RDF-star) is enabled by default, as does not introduce breaking changes.
14+
This functionality is however experimental, and may change at any point in time.
15+
Opting out of JSON-LD star support can be done by setting `rdfstar` to `false` in the parser's constructor.
16+
417
<a name="v3.1.0"></a>
518
## [v3.1.0](https://github.com/rubensworks/streaming-jsonld-parser.js/compare/v3.0.1...v3.1.0) - 2023-01-03
619

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-parser",
3-
"version": "3.1.0",
3+
"version": "3.2.0",
44
"description": "A fast and lightweight streaming JSON-LD parser",
55
"keywords": [
66
"json",

0 commit comments

Comments
 (0)