Skip to content

Tags: rdfjs/N3.js

Tags

v1.26.0

Toggle v1.26.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
feat: add N3Util.isQuad (#535)

* Add N3Util.isQuad

* feat: add IRI content to quad

---------

Co-authored-by: opl- <[email protected]>

v1.25.2

Toggle v1.25.2's commit message

Verified

This commit was signed with the committer’s verified signature.
RubenVerborgh Ruben Verborgh
perf: Avoid non-greedy regex.

v1.25.1

Toggle v1.25.1's commit message

Verified

This commit was signed with the committer’s verified signature.
RubenVerborgh Ruben Verborgh
perf: Optimize relativize performance.

v1.25.0

Toggle v1.25.0's commit message

Verified

This commit was signed with the committer’s verified signature.
RubenVerborgh Ruben Verborgh
feat: Support writing relative IRIs with dot segments

v1.24.2

Toggle v1.24.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
fix: align `some` with RDF/JS definition of `Dataset` (#504)

* chore: implement some correctly according to RDF/JS spec

* chore: fixup test

v1.24.1

Toggle v1.24.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
fix: allow datasets to be inputs to stores to align with RDF/JS `Data…

…setFactory` interface (#505)

* fix: allow datasets to be inputs to stores

* chore: use addAll

* chore: cleanup

v1.24.0

Toggle v1.24.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
feat: add log:isImpliedBy feature flag (#500)

* feat: add log:isImpliedBy feature flag

* chore(docs): document isImpliedBy

* chore: add comma

* chore: rename parserIsImpledBy -> parserIsImpliedBy

* chore: improve log:isImpliedBy docs

v1.23.2

Toggle v1.23.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
fix: make sure filter works when encountering unseen named graphs (#498)

v1.23.1

Toggle v1.23.1's commit message

Partially verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
We cannot verify signatures from co-authors, and some of the co-authors attributed to this commit require their commits to be signed.
fix: dont accidentally re-bind custom data factories (#467)

* fix: Correctly handle custom data factories by binding functions

* chore: only bind on non-native factories

* chore: use direct calls rather than binding

* chore: fix comment placement

---------

Co-authored-by: Jesse Wright <[email protected]>

v1.23.0

Toggle v1.23.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
feat: allow digits in the local part of prefixed names. (#470)