Skip to content

Releases: rdfjs/N3.js

v2.0.3

07 Mar 06:44
9ff3a2b

Choose a tag to compare

2.0.3 (2026-03-07)

Bug Fixes

  • validate length of language subtags rather than full tag (#566) (9ff3a2b)

v2.0.2

07 Mar 06:38
6f90538

Choose a tag to compare

2.0.2 (2026-03-07)

Bug Fixes

  • direction getter incorrectly matching -- inside literal values (#565) (6f90538)

v2.0.0

07 Jan 13:16

Choose a tag to compare

2.0.0 (2026-01-07)

BREAKING CHANGES

This update removes RDF-star parsing and instead implements support for RDF 1.2.

Concretely, this includes serialization and parsing support for directional
language-tagged strings, triple terms, reified triples, and VERSION clauses.

This passes all 1.2 (and 1.1) spec tests for N-Triples, N-Quads, Turtle, and TriG.

v1.26.0

02 Jun 12:56
c13a86b

Choose a tag to compare

1.26.0 (2025-06-02)

Features

v1.25.2

18 Apr 16:22
a9eb86b

Choose a tag to compare

1.25.2 (2025-04-18)

Performance Improvements

  • Avoid non-greedy regex. (a9eb86b)

v1.25.1

12 Apr 20:04
64a6ce0

Choose a tag to compare

1.25.1 (2025-04-12)

Performance Improvements

  • Optimize relativize performance. (64a6ce0)

v1.25.0

12 Apr 11:56
7ed04bf

Choose a tag to compare

1.25.0 (2025-04-12)

Features

  • Support writing relative IRIs with dot segments (7ed04bf)

v1.24.2

17 Mar 12:43
d987798

Choose a tag to compare

1.24.2 (2025-03-17)

Bug Fixes

  • align some with RDF/JS definition of Dataset (#504) (d987798)

v1.24.1

16 Mar 14:49
0a78539

Choose a tag to compare

1.24.1 (2025-03-16)

Bug Fixes

  • allow datasets to be inputs to stores to align with RDF/JS DatasetFactory interface (#505) (0a78539)

v1.24.0

04 Mar 17:50
023fdb9

Choose a tag to compare

1.24.0 (2025-03-04)

Features