Skip to content

Latest commit

 

History

History
29 lines (21 loc) · 878 Bytes

CHANGELOG.md

File metadata and controls

29 lines (21 loc) · 878 Bytes

@digitalcredentials/ed25519-verification-key-2020 ChangeLog

3.3.0 - 2022-05-27

Added

  • Add toEd255519VerificationKey2018() instance method, round trip serialization and import to 2018.

Changed

  • Replace underlying ed25519 implementation with @noble/ed25519. This should be a non-breaking change.

3.2.2 - 2021-10-15

Added

  • Add some type check validation to toJwk() method.

3.2.0 - 2021-09-28

Added

  • Add support for JsonWebKey2020 and JWK import/export, and JWK thumbprint.

3.1.1 - 2021-09-17

Changed

1.0.0 - 2021-02-27

Initial version.