Skip to content

Releases: 0xPolygonID/js-sdk

v1.5.1

20 Dec 09:18
ae8f810
Compare
Choose a tag to compare

What's Changed

  • Update "@iden3/js-jwz": "1.2.1", "@iden3/js-iden3-core": "1.2.1" by @Kolezhniuk in #158

Full Changelog: v1.5.0...v1.5.1

v1.5.0

18 Dec 12:16
b91e51d
Compare
Choose a tag to compare

What's Changed

  • update js-iden3-core by @Kolezhniuk in #155
  • support third-party did registration

Full Changelog: v1.4.2...v1.5.0

v1.4.2

30 Nov 14:47
fc346fd
Compare
Choose a tag to compare

What's Changed

  • fix bug with backup status issuer for Iden3SparseMerkleTreeProof by @vmidyllic in #154

Full Changelog: v1.4.1...v1.4.2

v1.4.1

10 Nov 12:21
d38bec2
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.4.0...v1.4.1

v1.4.0

01 Nov 07:56
1c2472a
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.3.0...v1.4.0

v1.3.0 - introduce serialization for Hash type.

25 Oct 14:37
8efeaaf
Compare
Choose a tag to compare

What's Changed

  • Fix: validating same schema multiple times when it has $id by @cykoder in #142
  • Fix/hash big int by @volodymyr-basiuk in #143
  • toJSON / fromJSON logic defined for W3C credential, BJJ Signature proof and Iden3SparseMerkleTreeProof
  • issuerData type removed due to the inefficiency, must not brake integration.

Full Changelog: v1.2.2...v1.3.0

v1.2.2 - Cache loader for W3C schema

10 Oct 12:43
b3757fe
Compare
Choose a tag to compare

What's Changed

  • v1.2.2 - Cache loader for W3C schema

Full Changelog: v1.2.1...v1.2.2

v1.2.1 - Improve OnchainZKP Verifier

05 Oct 10:54
7f9bd55
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.2.0...v1.2.1

v1.2.0 - Contract-invoke handler. Onchain & RHS status improvments. Bug fixes

04 Oct 12:01
c6030a4
Compare
Choose a tag to compare

What's Changed

Contract invoke for now is considered to be in beta.
Full Changelog: v1.1.0...v1.2.0

v1.1.0 - Non Merklized credential support

05 Sep 15:18
77cbb31
Compare
Choose a tag to compare

What's Changed

Important

There is change in theexported interface of JSON Parser class
from
async parseClaim( credential: W3CCredential, credentialType: string, jsonSchemaBytes: Uint8Array, opts?: CoreClaimOptions ): Promise<CoreClaim>
to
static async parseClaim(credential: W3CCredential, opts?: CoreClaimOptions): Promise<CoreClaim>
To adopt changes you need to exludecredentialType jsonSchemaBytesandopts` parameters from the call and invoke this method as static.

Full Changelog: v1.0.3...v1.1.0