Releases: 0xPolygonID/js-sdk
Releases · 0xPolygonID/js-sdk
1.8.1
What's Changed
- Fix V3 onchain proof generation by @Kolezhniuk in #187
Full Changelog: v1.8.0...v1.8.1
v1.8.0
What's Changed
- add to cred validate proof core claim match validation by @volodymyr-basiuk in #177
- resolve circular deps (move toCoreClaim func) by @volodymyr-basiuk in #180
- Fix importKey from seed by @Kolezhniuk in #185
- support onchain offer message by @ilya-korotya in #183
- Auth response handler by @volodymyr-basiuk in #167
- Message bus POC by @Kolezhniuk in #179
Full Changelog: v1.7.5...v1.8.0
v1.7.5
What's Changed
- remove queryLength from multi-query and add tests by @volodymyr-basiuk in #171
- fix(jsonQuery): when allowedIssuers field is not set it is considered as '*' by @pragmatos in #175
- Fix V3 circuit signature input by @Kolezhniuk in #176
Full Changelog: v1.7.4...v1.7.5
v1.7.4
What's Changed
- Fix circular dependencies and update version by @Kolezhniuk in #174
Full Changelog: v1.7.3...v1.7.4
v1.7.3
What's Changed
- Add message fetch and issuance message types handling by @Kolezhniuk in #168
- check rev nonce in cred validate proof by @volodymyr-basiuk in #170
Full Changelog: v1.7.2...v1.7.3
v1.7.2
What's Changed
- Pass verifier did in Auth handler by @Kolezhniuk in #169
Full Changelog: v1.7.1...v1.7.2
v1.7.1 - refresh service support, bug fixes
What's Changed
- Fix/pass-1-query-in-linked-proof by @Kolezhniuk in #166
- add refresh service support by @volodymyr-basiuk in #162
Full Changelog: v1.7.0...v1.7.1
v1.7.0
What's Changed
- Fix/sd operator availability by @vmidyllic in #164
- On chain RHS publishing by @Kolezhniuk in #160
Full Changelog: v1.6.1...v1.7.0
v1.6.1
What's Changed
- validate credential proof by @volodymyr-basiuk in #161
Full Changelog: v1.6.0...v1.6.1
v1.6.0
What's Changed
Circuits v3 / Proof generation optimization by @Kolezhniuk in #121
- atomic circuit v3 (offchain / onchain) - beta
- add LinkedNullifier - beta
- add linked-multi-query - beta
- refactor ProofType duplicate & add generateProof method
- add more operators - SD / NULLIFY
- add v3 on-chain tests
- extend ProofGenerationOptions with v3 options
- linkSessionID & nullifierSessionID are part of the query
- refactor authEnabled based on eth identity
- support selective disclosure for onchain circuit
- introduced inputs generator helper
- add verifierID to contract invoke handler
Full Changelog: v1.5.1...v1.6.0