Skip to content

Latest commit

 

History

History
236 lines (147 loc) · 8.9 KB

CHANGELOG.md

File metadata and controls

236 lines (147 loc) · 8.9 KB

@zcloak/ctype

2.0.3

Patch Changes

2.0.2

Patch Changes

2.0.1

Patch Changes

2.0.0

Major Changes

Patch Changes

1.3.0

Minor Changes

  • aed4dad Thanks @zzcwoshizz! - add instance format for ctype, also custom format validate.

1.2.11

Patch Changes

1.2.10

Patch Changes

1.2.9

Patch Changes

1.2.8

Patch Changes

1.2.7

Patch Changes

1.2.6

Patch Changes

1.2.5

Patch Changes

1.2.4

Patch Changes

1.2.3

Patch Changes

1.2.2

Patch Changes

1.2.1

Patch Changes

1.2.0

Minor Changes

  • #58 c3ad20f Thanks @zzcwoshizz! - add controller sign key for did keyring

    1. publish did document default to use controller key
    2. vp presentation default to use controller key
    3. publish ctype default to use controller key
    4. try to use assertionMethod, if it not exist, use controller to sign vc

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.

Patch Changes

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.

Patch Changes

1.0.0-beta.2

Patch Changes

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.

Patch Changes

1.0.0-beta.0

Major Changes

Patch Changes