v0.9.0
Introduction
This project is a continuation of Callidon/sparql-engine which is no longer maintained. For additional history, check out that project's repository.
Features
- Support async iterators for query results.
- Support
ORDER BYfor any literal datatype. - Add package
exports. - Migrate package entrypoint from
api.tstoindex.ts.
Dependencies
- Replace
uuiddependency withjs-md5and WebCrypto built-in. - Migrate
binary-search-treeto@seald-io/binary-search-tree. - Remove NodeJS streams dependency.
- Upgrade to
rxjs@8.0.0-alpha.14. - Upgrade to
lru-cache@11. - Upgrade to
rdfjs/data-model@2. - Upgrade to
rdf-string@2. - Upgrade to
sparqljs@3.
Fixes
- Fix dateTime functions to follow spec.
- Remove n3 dependency which is only used for examples and tests.
- Remove rdf-js dependency which is only used for examples and tests.
- Fix type inconsistencies with Consumer and PipelineStage.
Maintenace
- Migrate from
yarntonpm. - Upgrade to
typescript@5.8.3. - Replace
mochawithnode:test. - Full changelog