Releases: hopae-official/Verifiable-Digital-Credentials
Releases · hopae-official/Verifiable-Digital-Credentials
v0.2.1
What's Changed
- feat: multiple feature on dcql query by @KigenF in #141
- feat: add credential query id to dcql match result by @dvlprsh in #142
- feat: add credential ID tracking in match results and abstract getId method by @lukasjhan in #144
New Contributors
Full Changelog: v0.2.0...v0.2.1
v0.2.0
What's Changed
- feat: dcql response in no credential_sets case by @lukasjhan in #139
- feat: improve dcql tests by @lukasjhan in #140
Full Changelog: v0.1.9...v0.2.0
v0.1.9
v0.1.8
v0.1.7
What's Changed
- feat: expose types from OID4VP client package by @lukasjhan in #132
Full Changelog: v0.1.6...v0.1.7
v0.1.6
Full Changelog: v0.1.5...v0.1.6
v0.1.5
What's Changed
- chore: remove example wallet project by @lukasjhan in #130
- feat: implement oid4p client lib by @lukasjhan in #131
Full Changelog: v0.1.4...v0.1.5
v0.1.4
What's Changed
- feat: initialize example issuer server by @lukasjhan in #5
- ci: test and build for pr by @lukasjhan in #7
- feat: implement openid4vci endpoints by @lukasjhan in #10
- feat: impl frontend page for testing QR code by @lukasjhan in #12
- chore(deps): bump axios from 1.7.2 to 1.8.2 by @dependabot in #13
- feat: add credential issue with sd-jwt by @lukasjhan in #11
- feat: add sample verifier server for wallet by @lukasjhan in #15
- chore: add healthcheck endpoint by @lukasjhan in #16
- chore: setup env for port by @lukasjhan in #17
- chore: fix link by @lukasjhan in #18
- chore: add project github repo link by @lukasjhan in #19
- Feat/sample wallet by @dvlprsh in #22
- feat: add verify feature on sample wallet by @dvlprsh in #23
- chore: init wallet sdk project by @lukasjhan in #20
- chore: lockfile by @lukasjhan in #24
- feat: wallet sdk draft by @lukasjhan in #25
- chore(deps): bump next from 15.2.1 to 15.2.3 by @dependabot in #27
- Feat/wallet UI by @dvlprsh in #28
- Feat/wallet verify UI by @dvlprsh in #29
- feat: add metadata in demo servers by @lukasjhan in #30
- feat: improve verification sample website by @lukasjhan in #31
- chore(deps-dev): bump vite from 5.4.12 to 5.4.15 by @dependabot in #32
- feat: add sample mdl credential by @lukasjhan in #33
- chore(deps-dev): bump vite from 5.4.15 to 5.4.16 by @dependabot in #34
- [Sample Wallet] Enhance wallet ui by @dvlprsh in #35
- feat: fix env link in demo page by @lukasjhan in #38
- [Sample Wallet] Integrate mDL by @dvlprsh in #40
- chore(deps-dev): bump @nestjs/common from 11.0.10 to 11.0.16 by @dependabot in #41
- chore(deps-dev): bump vite from 5.4.16 to 5.4.18 by @dependabot in #42
- feat: apply return type by @lukasjhan in #57
- feat: add authZ for JWT in credential endpoint by @lukasjhan in #58
- chore: apply nestjs module by @lukasjhan in #60
- feat: add controller on oid4vci by @lukasjhan in #61
- chore: rename vc api to dc api by @lukasjhan in #66
- chore(deps-dev): bump vite from 5.4.18 to 5.4.19 by @dependabot in #67
- fix: module export typo by @lukasjhan in #68
- feat: define controllers and routes by @lukasjhan in #69
- refactor: Move shared types to core package and rename nestjs-specific package by @dvlprsh in #62
- [Example] Add example project for oid4vci-nestjs by @dvlprsh in #65
- chore: add last line in package.json by @lukasjhan in #70
- chore: remove prepare script on package.json by @lukasjhan in #72
- feat: add credential offer feature by @lukasjhan in #71
- feat: change grant empty when contents are not exist by @lukasjhan in #73
- feat: add credential-offer uri feature by @lukasjhan in #74
- feat: implement nonce feature by @lukasjhan in #75
- feat: refactor oid4vci services by @lukasjhan in #76
- fix: oid4vci credential service by @lukasjhan in #77
- feat: add notification endpoint by @lukasjhan in #78
- feat: add deferred credential endpoint by @lukasjhan in #79
- feat: add jwtService in oid4vci by @lukasjhan in #80
- feat: update types on oid4vci package by @dvlprsh in #83
- feat: Implement /.well-known/openid-credential-issuer endpoint by @dvlprsh in #82
- feat: Implement oid4vci-client package by @dvlprsh in #81
- feat: implement .well-known/oauth-authorization-server endpoint by @dvlprsh in #84
- fix: missing oauth metadata and typo by @lukasjhan in #85
- fix: scope of oid4vci client by @lukasjhan in #86
- fix: typo on pre-authorized_code by @lukasjhan in #88
- feat: add structure for credential endpoint by @lukasjhan in #97
- feat: add sdjwtvc issuerance feature by @lukasjhan in #99
- feat: setup structure for oid4vp nestjs by @lukasjhan in #100
- feat: structure token endpoint by @lukasjhan in #98
- feat: structure oid4vp client by @dvlprsh in #101
- feat: add dcql serialization feature by @lukasjhan in #103
- doc: improve tagline by @lukasjhan in #111
- wip: writing basic spec for wallet v0.1.0 by @lukasjhan in #112
- feat: implement SdJwtVcCredential query parse by @dvlprsh in #114
- Update docs link on readme by @dvlprsh in #115
- feat: add dcql match feature by @lukasjhan in #116
- doc: add security and privacy part in README by @lukasjhan in #117
- [oid4vci-client] refactor: remove issuerUrl from constructor by @dvlprsh in #120
- docs: add example code for credential issuance and presentation flows by @lukasjhan in #123
- chore: upgrade expo version to 53 by @dvlprsh in #124
- feat: implement basic features of oid4vci client by @lukasjhan in #125
- feat: add jwt package by @lukasjhan in #128
- feat: remove wallet package by @lukasjhan in #127
- feat: implement JWT proof generation in OID4VCI client by @lukasjhan in #129
New Contributors
- @lukasjhan made their first contr...