Skip to content

Releases: Sphereon-Opensource/did-uni-client

Browser compatibility

03 Apr 19:10
Compare
Choose a tag to compare
  • Changed:
    • Made environment vars using process.env optional, to allow the lib to be used directly in a browser
    • Moved to pnpm instead of yarn, like most of our repos
  • Updated:
    • Updated dependencies

Updated dependencies

14 Jan 01:55
Compare
Choose a tag to compare
  • Updated:
    • Updated dependencies

Update DID did-resolver, make resolve method async

08 Mar 22:40
Compare
Choose a tag to compare
  • Changed:
    • Make resolve method async
  • Updated:
    • Update DID did-resolver from 4.0.1 to 4.1.0.

Update DID did-resolver from 3.x to 4.0.1.

26 Oct 21:08
fb32809
Compare
Choose a tag to compare

Updated:
Update DID did-resolver from 3.x to 4.0.1.

Exported getUniResolver(s) methods and enabled strict mode

16 Oct 00:36
Compare
Choose a tag to compare

Exported getUniResolver(s) methods and enabled strict mode

  • Fixed:

Improved API

13 Oct 22:48
Compare
Choose a tag to compare

WARNING: API changed. Many methods and classnames have changed!

Improved API, results have types. All main methods return a promise and are configured using a configuration object

Added:

Introduction of a configuration object
Allow registration of multiple DID methods when used as DIF resolver
Changed:

All registration/resolution methods are typed and return a promise
No more getURL methods in the resolver/registrar. Use getConfig() to access the values
Prefix the Resolver and Registrar classes with Uni, to not have to alias them on imports with DIF resolver present

DIF resolver support & improved error handling

13 Sep 21:01
Compare
Choose a tag to compare

Improved error handling + DIF resolver support, which means you can now use this the resolver as a DIF did-client supported resolver.

  • Added:

    • DIF did-resolver support.
  • Fixed:

    • Improved error handling

Ensure compatibility with React-Native

12 Aug 18:54
4526a68
Compare
Choose a tag to compare

This release updates and removes some dependencies, to ensure maximal compatibility with different environments, like for instance React Native.

This release is available on npmjs.org: https://www.npmjs.com/package/@sphereon/did-uni-client

Initial release

11 Aug 23:11
bb4c3e1
Compare
Choose a tag to compare

Initial release of universal resolver and registrator client for DIDs.

Package is released on npmjs: https://www.npmjs.com/package/@sphereon/did-uni-client/v/0.1.0