Skip to content

Commit 82cce27

Browse files
committed
3.1.0
1 parent eef6c1b commit 82cce27

File tree

2 files changed

+19
-1
lines changed

2 files changed

+19
-1
lines changed

CHANGELOG.md

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

4+
<a name="v3.1.0"></a>
5+
## [v3.1.0](https://github.com/rdfjs/rdfxml-streaming-parser.js/compare/v3.0.1...v3.1.0) - 2025-07-01
6+
7+
### Added
8+
* Add RDF/XML 1.2 support
9+
* [Don't emit triple terms without rdf:version](https://github.com/rdfjs/rdfxml-streaming-parser.js/commit/b828deb584436a4433c7d12a103dda9299971e8d)
10+
* [Fix rdf:version being emitted as triple](https://github.com/rdfjs/rdfxml-streaming-parser.js/commit/a7122d680d50437e3e43de718333e9ccbfbb9a63)
11+
* [Ignore its:version while parsing](https://github.com/rdfjs/rdfxml-streaming-parser.js/commit/4a55f6f7d848b7b9709d7b28f75bebfc9d19e82f)
12+
* [Only use its:dir if rdf:version is 1.2](https://github.com/rdfjs/rdfxml-streaming-parser.js/commit/1ba33a31e92d628d5b417fef9706f0cdbf366c34)
13+
* [Parse annotated triples](https://github.com/rdfjs/rdfxml-streaming-parser.js/commit/12680398c35150a27360646fcd2ec589ae91b254)
14+
* [Parse triple terms](https://github.com/rdfjs/rdfxml-streaming-parser.js/commit/8e48c3a1bddb2339b3c849d0cd7749f91bb44921)
15+
* [Parse rdf:version](https://github.com/rdfjs/rdfxml-streaming-parser.js/commit/f970161157e613a7e821d04b14b22d8e11b7a99a)
16+
* [Parse base directions](https://github.com/rdfjs/rdfxml-streaming-parser.js/commit/265df9bee38f99586ab9836167ba5e785c3a3f24)
17+
18+
### Fixed
19+
* [Include parent namespaces in XML Literals](https://github.com/rdfjs/rdfxml-streaming-parser.js/commit/98d6ab5a5d5d14f551cc0427ec85ebee3ed73acd)
20+
* [Fix invalid handling of rdf:parseType=Collection and rdf:ID](https://github.com/rdfjs/rdfxml-streaming-parser.js/commit/f73809a9949232a22318bd86f5a071422184925c)
21+
422
<a name="v3.0.1"></a>
523
## [v3.0.1](https://github.com/rdfjs/rdfxml-streaming-parser.js/compare/v3.0.0...v3.0.1) - 2025-01-08
624

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": "3.0.1",
3+
"version": "3.1.0",
44
"description": "Streaming RDF/XML parser",
55
"keywords": [
66
"rdf/xml",

0 commit comments

Comments
 (0)