Skip to content

Latest commit

 

History

History
133 lines (67 loc) · 5.27 KB

CHANGELOG-v0.md

File metadata and controls

133 lines (67 loc) · 5.27 KB

CHANGELOG

0.8.0 (2023-02-06)

Features

  • crypto: blake3_2to1AsU8a, add 2-to-1 blake3 Hash Function (#32) (6e3a0a4)
  • upgrade deps (#37) (686e9b0)
  • vc: add Blake32to1 hashType for vc (#35) (c69f3bf)

0.7.2 (2023-01-18)

Bug Fixes

  • verify: didVerify will always return false when hash multiple signer keys and not sign with the first (#34) (53a8e4e)

0.7.1 (2023-01-17)

Bug Fixes

  • verify: vpVerify will always failed when VPType: VP_Digest, VP_SelectiveDisclosure (#30) (6b5eb85)
  • vp: vp proof without challenge (#29) (c98cde4)

0.7.0 (2022-12-21)

Features

  • did: Did Keyring extends Did Details, and rewrites the return value of the sign method as Promise (#28) (b211f07)

0.6.1 (2022-12-08)

Bug Fixes

  • wasm: webpack build dynamic import could not use in service worker, remove the dynamic import in wasm-bridge. (9babafd)

0.6.0 (2022-12-05)

Features

  • crypto, wasm: build the wasm from rust and tiny the crypto package (d794a99)

0.5.0 (2022-12-03)

Features

  • did: parse identifier from document id. (b1289b3)

0.4.1 (2022-12-01)

Bug Fixes

0.4.0 (2022-12-01)

Features

  • release: release-please (42c3cfc)

0.3.0 Nov 30, 2022

The @ethereum/rlp is incorrect for handling hex strings, we fix it and support rlpEncode function in @zcloak/crypto

0.2.1 Nov 29, 2022

  • ctype improve
    1. add object type for ctype schema (#23)
    2. enum type
  • add resolverOrDidDocument arg on function vpVerify

0.2.0 Nov 24, 2022

❗️❗️❗️ The hashType using Rescue in previous versions of vp and vc needs to be updated to RescuePrime ❗️❗️❗️

Changes:

  • Rename Rescue in HashType to RescuePrime

0.1.0 Nov 23, 2022

Changes:

  • message version upgrade to v2, add signature and signer field.
  • import cross-fetch on ArweaveDidResolver.
  • Import asm.js for some device don't support wasm, such as service worder on extension.
  • Install build-wasm dependencies, bindgen, binaryen.

0.0.3 Nov 18, 2022

Changes:

  • fix esm build js files without .js extensions.

0.0.2 Nov 17, 2022

Changes:

  • bump versions.
  • fix will not includes .js and .jsx files when build

0.0.1 Nov 16, 2022

Changes:

Initial stable version, includes below packages: