All notable changes to this project will be documented in this file.
v4.0.0 - 2024-10-15
- Bump to Comunica v4
- Besides performance improvements, this increases the minimum requires Node.js version to 18.
v3.0.0 - 2024-07-04
- Replace default export with named export
rdfDereferencer
for better ESM support (#53)- Update your imports to
import { rdfDereferencer } from "rdf-dereference";
- Update your imports to
v2.2.0 - 2023-08-07
v2.1.0 - 2023-01-31
v2.0.1 - 2022-11-09
v2.0.0 - 2022-03-02
- The
dereference
method now returns the resulting quads in a thedata
field instead ofquads
. - The
dereference
method now returns an optional metadata field that can contain thetriples
field. - Returned headers now follow the Headers API from the Fetch API.
v1.9.0 - 2021-08-30
v1.8.0 - 2021-03-16
v1.7.0 - 2021-01-15
v1.6.0 - 2020-09-25
v1.5.0 - 2020-04-18
v1.4.1 - 2020-03-09
v1.4.0 - 2020-01-29
v1.3.1 - 2020-01-10
v1.3.0 - 2020-01-10
v1.2.1 - 2019-10-21
v1.2.0 - 2019-10-17
v1.1.0 - 2019-09-29
Initial release