Skip to content

Releases: zazuko/rdf-utils-fs

v3.3.1

18 Jan 12:14
Compare
Choose a tag to compare

Patch Changes

  • 41b6810: Remove FormatsFactory imported from @rdfjs/environment

v3.3.0

17 Jan 08:40
Compare
Choose a tag to compare

Minor Changes

  • 170f9ae: Update @rdfjs/environment to v1
  • 170f9ae: Replace @rdfjs/formats-common with @rdfjs/formats

v3.2.0

01 Dec 11:51
Compare
Choose a tag to compare

Minor Changes

  • 738dafa: Add an option to assume baseIRI to be the file:// of the document itself when parsing.

v3.1.0

08 Nov 12:08
Compare
Choose a tag to compare

Minor Changes

  • ab46d14: Allow URL as path argument of toFile and fromFile

v3.0.2

23 Oct 07:50
Compare
Choose a tag to compare

Patch Changes

  • 7062ab8: toFile was not types as async in factory

v3.0.1

20 Oct 18:52
Compare
Choose a tag to compare

Patch Changes

  • 18d44d3: Restore @bergos as original author and have Zazuko as contributor

v3.0.0

20 Oct 11:22
Compare
Choose a tag to compare

Major Changes

  • 199cbd4: Removed direct dependency on formats package which must be provided by RDF/JS Environment
  • 1406b72: Added new first argument in function toFile and fromFile which is an RDF/JS Enviornment
  • 3e2fef2: Hard fork from rdf-ext/rdf-utils-fs
  • 199cbd4: Convert package to ESM
  • 218ffc1: Add Factory compliant with RDF/JS

Minor Changes

  • 9ac9cec: Convert source code to TypeScript, bundle type declarations