- 14906cf: Add missing methods
fromTerm
andfromQuad
to theDataFactory
interface - 8e965db: In some cases, loaders would report an error similar to
Could not resolve "./data-model"
. This is fixed by usingexport type *
but requires TypeScript 5+
- 46acfbb: Add optional direction for literals
- 7d8ffd1: Version
1.1.1
was inadvertently published empty (fixes #49)
a631541: Only package declaration files
- 95f1e31: Dataset: Use correct type of
dataset
in methods with callbacks - 2539ab3: Add queryable interfaces
- 8164183: Documentation Fix: Update reference of Quad to BaseQuad in the definition of Term in order to align with the type declaration.
- a19ed91: Make queryable metadata types configurable
- Make queryable metadata types configurable
- 95f1e31: Dataset: Use correct type of
dataset
in methods with callbacks - bc7163e: Add queryable interfaces
- 8164183: Documentation Fix: Update reference of Quad to BaseQuad in the definition of Term in order to align with the type declaration.
- 973042f: The package did not work with DefinitelyTyped repository
- 07692f2: Removed RegExp from match and removeMatches to follow current version of rdfjs streams specification
- 4ed7993: First release, migrated from @types/rdf-js