Skip to content

v0.10.0

Choose a tag to compare

@jahed jahed released this 03 Aug 13:21
· 20 commits to master since this release
96f8070

Features

  • Dynamic import js-md5, @seald-io/binary-search-tree, lru-cache, xml.
  • Remove index.ts module.
    • Import individuals modules directly instead for reduced dependencies and bundle sizes.
  • Support .ts module imports.
  • Rename dataFactory to RDF.
  • Use IRI from Graph in HashMapDataset instead of a seperate IRI parameter.
  • Migrate NodeJS Buffer usage to Uint8Array.
  • Avoid BGPCache dependency. Require parameter for useCache.

Maintenance

  • Replace all .subscribe calls with async iterators.
  • Use string constants for RDF data types instead of helper functions.
  • Full changelog