Skip to content

v2.0.0

Compare
Choose a tag to compare
@jeswr jeswr released this 19 Dec 21:38
· 214 commits to main since this release
02ed468

Breaking Changes

  • Use the global fetch function instead of @inrupt/universal-fetch. This means this library now only works
    with Node 18 and higher.
  • Due to changes in the rollup config the umd output is now found at dist/index.umd.js rather than umd/index.js.
  • Drop support for Buffers as input to saveFileInContainer and overwriteFile. Use the file name of inputs to saveFileInContainer as the Slug name recommendation if no slug is explicitly provided.
  • Have getJsonLdParser return void rather than a Promise so that it now aligns with
    the Parser type definition.
  • Remove deprecated ACP APIs; including all APIs for ESS 1.1.