Skip to content

v2.16.0

Compare
Choose a tag to compare
@wulfraem wulfraem released this 08 Jan 13:42
· 633 commits to master since this release

Features

  • add getPublicKey implementation to SignerIdentity
  • add Did module for managing DID documents
  • add possiblity to instantiate a new SignerIdentity in two steps
    • can be used to create circular structures if required
    • first call constructor, you can omit config argument
    • when rest (e.g. verifications) has been set up you can call updateConfig to finalize SignerIdenty instantiation
  • add getService, setService to DidResolver
  • add Vc module for managing VC documents and revocations

Fixes

  • fix Container documentation links and add warning to ContainerUnshareConfig documentation
  • add interfaces used in exported classes to export list
  • update pre-commit hook to use eslint for typescript