Skip to content

Latest commit

 

History

History
68 lines (39 loc) · 3.01 KB

CHANGELOG.md

File metadata and controls

68 lines (39 loc) · 3.01 KB

@zcloak/did-resolver

2.0.0

Major Changes

1.1.3

Patch Changes

1.1.2

Patch Changes

1.1.1

Patch Changes

1.1.0

Minor Changes

  • #54 e259185 Thanks @zzcwoshizz! - Sining Data change, replace eip712 to eip191.

    • use eip191 to sign data when use EcdsaSecp256k1VerificationKey2019 VerificationMethodType.
    • upgrade vp version to 1.
    • verify functions support eip191 message.
    • ctype, document add version field, default to set 0.

1.0.0

Major Changes

Minor Changes

  • #45 872ed45 Thanks @zzcwoshizz! - Data signing.

    • add eip712 typed struct data hashing.
    • add signTypedData for DidKeyring.
    • vc, vp, ctype, did-document supports signTypedData.
    • verify functions support TypedData.

1.0.0-beta.1

Minor Changes

  • #45 872ed45 Thanks @zzcwoshizz! - Data signing.

    • add eip712 typed struct data hashing.
    • add signTypedData for DidKeyring.
    • vc, vp, ctype, did-document supports signTypedData.
    • verify functions support TypedData.

1.0.0-beta.0

Major Changes