Skip to content

Latest commit

 

History

History
67 lines (47 loc) · 2.04 KB

CHANGELOG.md

File metadata and controls

67 lines (47 loc) · 2.04 KB

@digitalcredentials/ed25519-signature-2020 Changelog

6.0.0 - 2024-09-17

Changed

  • BREAKING: The dependency @digitalcredentials/[email protected] now requires expo-crypto for React Native sha256 digest hashing, instead of @sphereon/[email protected].
    • IMPORTANT: This means that IF you're using this library inside a React Native project, you MUST include expo-crypto in your project's dependencies.

5.0.0 - 2024-08-03

Changed

  • BREAKING: Update to @digitalcredentials/jsonld-signatures v11.0.0 (latest Sphereon webcrypto fork, latest DCC forks of jsonld and http-client).
  • BREAKING: Reverts cache clearing behavior of v10.0.0.

4.0.0 - 2024-02-07

Changed

  • BREAKING: Update date to @digitalcredentials/jsonld-signatures v10.
    • Switch back to DB's jsonld and http-client.
    • Switch to Sphereon's fork @sphereon/isomorphic-webclient

3.0.0 - 2021-06-19

Fixed

  • BREAKING: Update to use new Ed25519VerificationKey2020 multicodec encoded key formats.

2.2.0 - 2021-05-26

Added

  • It is now possible to verify Ed25519Signature2020 proofs using using 2018 keys.

Changed

  • Replace @transmute/jsonld-document-loader with @digitalbazaar/security-document-loader in test.

2.1.0 - 2021-04-09

Added

  • Export the suite's context (and related objects such as context url, documentLoader, etc), and also set them as a property of the suite class.
  • Set the contextUrl property on suite instance, to support context enforcement during the sign() operation that was added to jsonld-signatures v9.0.1.

2.0.1 - 2021-04-09

Changed

2.0.0 - 2021-04-06

Changed

  • BREAKING: Update to use jsonld-signatures v9.0 (removes verificationMethod suite constructor param, makes key and signer validation stricter).
  • Fix initializing signer and verifier object by passing it to superclass.

1.0.0 - 2021-03-19

Added

  • Initial files.