Releases: openwallet-foundation/sd-jwt-js
Releases · openwallet-foundation/sd-jwt-js
v0.9.1
v0.8.0
What's Changed
- fix: check if the header includes the string by @cre8 in #244
- fix: also push tags when releasing by @cre8 in #245
- Feat/type metadata by @cre8 in #247
- fix: header alg value in examples by @lukasjhan in #251
- Update example/ all.ts by @robinMcA in #252
- doc: update standard version by @lukasjhan in #254
- feat: align media type with sd-jwt-vc draft 06 by @charsleysa in #256
- feat: add jws serialization feature by @lukasjhan in #253
- chore(deps-dev): Bump vite from 5.2.10 to 5.2.14 in the npm_and_yarn group across 1 directory by @dependabot in #257
New Contributors
Full Changelog: v0.7.2...v0.8.0
v0.7.2
What's Changed
- Cre8/issue230 by @cre8 in #238
- Fix KeyBinding not being propogated bug by @orenyomtov in #243
- Cre8/issue239 by @cre8 in #240
New Contributors
- @orenyomtov made their first contribution in #243
Full Changelog: v0.7.1...v0.7.2
v0.7.1
v0.7.0
v0.6.1
v0.6.0
v0.5.0
v0.4.0
0.4.0 (2024-03-08)
Bug Fixes
- add public param (#92) (c3d7311)
- add publish config (#93) (2e4c5c1)
- add the payload that is required (6c53580)
- adding myself to the contributors page (#90) (3096388)
- change name in packages (832554d)
- change SDJwtPayload to SdJwtPayload (9f06ef7)
- ci publish action (#89) (fedec8d)
- convert any usage into or typed version (#80) (de4df54)
- format file (28202b2)
- implement kbverify function (#127) (e5609f2)
- make sdjwt instance non abstract (#122) (e85aae8)
- the bytes of the output of the hash function must be base64url-encoded. (#57) (025786b)
- update example code (84a8d36)
- update type of credential (63d5ebb)
- upload code cov (#75) (1b24ff9)
Features
- add jwk type (#130) (8ce255a)
- add new package for sd-jwt-vc (ed99188)
- Apply lerna to move src to core (#67) (49e272b)
- calcuate sd_hash in kb JWT (#117) (3415550)
- checking kb header value (#133) (cd2991b)
- create kb jwt when present all (#129) (72ed1ad)
- es crypto features to nodejs and browser (#106) (3ba74e9)
- fix async handling in jwt verify (#131) (76cb930)
- fixing exclude _sd_alg when no disclosure (#120) (dcaf1f6)
- restore rsa type in JWK (#137) (fe0d8f6)
- Support lower version of nodejs in crypto (#48) (6aa790c)
- update present example (#142) (f9ae804)
- use tsup as a bundler (#62) (dc61be9)