Skip to content

Latest commit

 

History

History
181 lines (100 loc) · 2.74 KB

CHANGELOG.md

File metadata and controls

181 lines (100 loc) · 2.74 KB

@docknetwork/cheqd-blockchain-api

0.16.0

Minor Changes

  • Remove debug code

0.15.0

Minor Changes

  • Serialization/deserialization tweaks for cheqd

Patch Changes

0.14.5

Patch Changes

0.14.4

Patch Changes

0.14.3

Patch Changes

0.14.2

Patch Changes

0.14.1

Patch Changes

0.14.0

Minor Changes

  • Modify the SDK to be compatible with the most recent cheqd node.

Patch Changes

0.13.0

Minor Changes

  • StatusListCredential module for cheqd, misc tweaks

Patch Changes

0.12.0

Minor Changes

  • Small refactoring of the did/document

Patch Changes

0.11.1

Patch Changes

0.11.0

Minor Changes

  • Allow to pass wallet to CheqdAPI, misc tweaks

Patch Changes

0.10.0

Minor Changes

  • Tweaks for lastPublicKeyId and nextPublicKeyId

Patch Changes

0.9.0

  • Allow to use MultiApiCoreModules with CheqdCoreModules
  • Updated dependencies

0.8.0

Minor Changes

  • Switch @cheqd/sdk to the cjs tag

0.7.0

Minor Changes

  • Fix cheqd import

0.6.0

Minor Changes

  • Fix prepublish for cheqd-blockchain-api

0.5.0

Minor Changes

  • Implement OffchainSignatures module for cheqd

Patch Changes

0.4.0

Minor Changes

  • Fix exports

0.3.0

Minor Changes

  • Implement MultiApi modules allowing to use different APIs in the same moment

0.2.0

Minor Changes

    • Updated DIDDocument: modified the rules for storing keys in the verificationMethod and added the required validations.
    • Developed generic tests for modules to ensure they cover the same use cases, regardless of the specific implementation.
    • Implemented the CheqdBlobModule.
    • Misc tweaks.

0.1.2

Patch Changes

  • Change DIDDocument modification behaviour to throw error on attempt to add key/service/controller with duplicate id.

0.1.1

Minor Changes

  • Improved READMEs