Skip to content

Releases: inrupt/solid-client-vc-js

v2.0.1

Choose a tag to compare

@NSeydoux NSeydoux released this 10 Dec 14:32
d21e6b5

Patch changes

Full Changelog: v2.0.0...v2.0.1

v2.0.0

Choose a tag to compare

@NSeydoux NSeydoux released this 04 Nov 09:08
9878a92

Breaking Changes

  • Support for Node.js v18.x has been dropped as that version has reached end-of-life.

v1.2.0

Choose a tag to compare

@NSeydoux NSeydoux released this 17 Dec 21:38
30d000c

New feature

  • Query endpoint discovery: the getVerifiableCredentialApiConfiguration function now
    has a queryService entry if the target service supports the Inrupt Access Grant query
    endpoint.

Full Changelog: v1.1.2...v1.2.0

v1.1.2

Choose a tag to compare

@NSeydoux NSeydoux released this 22 Oct 13:22
045586a

Patch changes

  • Added support for the https://schema.inrupt.com/credentials/v2.jsonld JSON-LD context.

Full Changelog: v1.1.1...v1.1.2

v1.1.1

Choose a tag to compare

@NSeydoux NSeydoux released this 14 Oct 14:30
4ff92e0

Internal change

  • This has no impact on shipped code. A feature flag has been added to Problem Details end-to-end tests.

Patch change

  • Some dependency updates

Full Changelog: v1.1.0...v1.1.1

v1.1.0

Choose a tag to compare

@NSeydoux NSeydoux released this 10 Sep 12:51
5f6dbb4

New features

  • Integrate @inrupt/solid-client-errors for handling HTTP errors.
  • Node 22 is now supported.

New Contributors

Full Changelog: v1.0.3...v1.1.0

v1.0.3

Choose a tag to compare

@NSeydoux NSeydoux released this 16 May 07:26
0d1efcc

Release summary

Patch changes

  • Export type VerifiableCredentialApiConfiguration, which is part of the public API but was missing from the exports.

New Contributors

Full Changelog: v1.0.2...v1.0.3

v1.0.2

Choose a tag to compare

@NSeydoux NSeydoux released this 18 Jan 21:46
da0ee22

Patch changes

  • Export type VerifiableCredentialApiConfiguration, which is part of the public API but was missing from the exports.

Full Changelog: v1.0.0...v1.0.2

v1.0.0

Choose a tag to compare

@NSeydoux NSeydoux released this 21 Dec 10:18
59993c9

Breaking Changes

  • Parsing Verifiable Credentials as RDF from JSON-LD. This allows the Verifiable Credential to be read using the RDF/JS DatasetCore API. This is a breaking change because the VerifiableCredential type now is also of type DatasetCore. Importantly, this dataset is not preserved when converting to verifiableCredentials a string and back doing JSON.parse(JSON.stringify(verifiableCredential)). We recommend that developers set returnLegacyJsonld to false in functions such as getVerifiableCredential in order to avoid returning deprecated object properties. Instead developers should make use of the exported getter functions to get these attributes.
  • Node 16 is no longer supported. The global fetch function is used instead of @inrupt/universal-fetch. This means this library now only works
    with Node 18 and higher.
  • The deprecated signature of issueVerifiableCredential (including a subjectId parameter) is no longer supported. Please remove the extraneous parameter.
  • Due to changes in the rollup config, the umd output is now found at dist/index.umd.js rather than umd/index.js.

v0.8.0-beta.4

v0.8.0-beta.4 Pre-release
Pre-release

Choose a tag to compare

@jeswr jeswr released this 07 Dec 14:22
7a8aa31

New Features

  • Support for parsing Verifiable Credentials as JSON-LD. This allows the Verifiable Credential to be read using the RDF/JS DatasetCore API.