Releases: 0xPolygonID/js-sdk
v1.2.2 - Cache loader for W3C schema
v1.2.1 - Improve OnchainZKP Verifier
What's Changed
- refactor submitZKPResponse -> check method id by @volodymyr-basiuk in #140
Full Changelog: v1.2.0...v1.2.1
v1.2.0 - Contract-invoke handler. Onchain & RHS status improvments. Bug fixes
What's Changed
- upgrade latest state on transit by @vmidyllic in #134
- publish genesis state by @ilya-korotya in #133
- PID-1367: support status param for onchain revocation by @ilya-korotya in #137
- Fix broken src import in dist build by @cykoder in #138
- Feature/contract request handler by @volodymyr-basiuk in #136
- bump version by @vmidyllic in #139
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
What's Changed
- Bump @iden3/js-crypto from 1.0.0 to 1.0.1 by @dependabot in #122
- Feature/pid-1040 by @Kolezhniuk in #123
- bump version to next minor. by @vmidyllic in #130
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 exlude
credentialType
jsonSchemaBytesand
opts` parameters from the call and invoke this method as static.
Full Changelog: v1.0.3...v1.1.0
v1.0.3
What's Changed
- Fix error typo in proof service by @cykoder in #119
- Bump @iden3/js-iden3-core from 1.0.0 to 1.0.1 by @dependabot in #120
Full Changelog: v1.0.2...v1.0.3
v1.0.2: Bug groth16 verify returns false and doesn't throw an error.
v1.0.1: Bug fixes for merklized credentials in the onchain circuits
What's Changed
- slot index is zero for merklized credentials by @vmidyllic in #114
Full Changelog: v1.0.0...v1.0.1
v1.0.0
What's Changed
- support agent revocation status; refactring resolve opts by @ilya-korotya in #103
- support third-party dids for storing and proof generation by @Kolezhniuk in #71
- refactor auth handler to work with different packers
- strict (#99)
- Removed universal DID Resolver
Co-authored-by: vbasiuk volodymyr.basiuck@gmail.com
- add shared eslint & prettier (#102)
- fix node_aux - issue with filling node aux in revocation status
- support profiles (#105) in authorization / fetch handler / proof service
- modify IPFS tests
Co-authored-by: Dimasik Kolezhniuk d.kolezhiniyk@gmail.com
- convert offerMessage.to to DID
- zero is valid value for revocationNonce
- sync onchain revocation with specification.
- add IZKProver interface
- update documentation
- add FSCircuitStore - file storage for circuits
Co-authored-by: vbasiuk volodymyr.basiuck@gmail.com
Co-authored-by: Ilya officalbatya@gmail.com
Co-authored-by: vmidyllic 74898029+vmidyllic@users.noreply.github.com
Full Changelog: v1.0.0-beta.18...v1.0.0
v1.0.0-beta.18: Advanced boolean search for credentials
What's Changed
- Advanced boolean search credential support. Refactor sig test by @Kolezhniuk in #98
Full Changelog: 1.0.0-beta.17...v1.0.0-beta.18
v1.0.0-beta.16 Fixes: Selective disclosure for nested properties
What's Changed
- Fix selective disclosure for nested props by @Kolezhniuk in #96
Full Changelog: v1.0.0-beta.15...v1.0.0-beta.16