Releases: openwallet-foundation-labs/dcql-ts
Releases · openwallet-foundation-labs/dcql-ts
dcql@3.0.0
Major Changes
- 9fa8b0d: Remove support for the CommonJS/CJS syntax. Since React Native bundles your code, the update to ESM should not cause issues. In addition all latest minor releases of Node 20+ support requiring ESM modules. This means that even if you project is still a CommonJS project, it can now depend on ESM modules. For this reason DCQL is now fully an ESM module.
dcql@2.0.1
Patch Changes
- 04c7029: Fix the CommonJS entry point and the types file reference in
package.json.
dcql@2.0.0
What's Changed
- feat: add support for W3C VCDM 2.0 SD-JWT format by @hacdias in #75
- fix: query a w3c vc+sd-jwt by @hacdias in #77
- ci: update npm version and clean up release workflow by @jwagantall in #80
- chore: update dependencies and add dependabot by @TimoGlastra in #81
- chore(release): new version by @github-actions[bot] in #76
New Contributors
- @hacdias made their first contribution in #75
- @jwagantall made their first contribution in #80
Full Changelog: https://github.com/openwallet-foundation-labs/dcql-ts/compare/dcql@1.0.1...dcql@2.0.0
dcql@1.0.1
Patch Changes
- 29c0b04: fix: rename Model class to ModelDefinition to prevent naming clash in ESM generated typescript types
v0.5.0
What's Changed
- refactor: consistent empty arrays by @TimoGlastra in #67
- feat: support multiple values for trusted authority of a credential by @TimoGlastra in #69
- chore(release): new version by @github-actions[bot] in #68
Full Changelog: v0.4.2...v0.5.0
dcql@1.0.0
Major Changes
- 4d6aab5: bump version to 1.0 stable
dcql@0.5.1
v0.4.2
What's Changed
- chore(release): new version by @github-actions in #63
Full Changelog: v0.4.1...v0.4.2
v0.4.1
What's Changed
- chore(release): new version by @github-actions in #62
Full Changelog: v0.4.0...v0.4.1
v0.4.0
What's Changed
- feat: support 'multiple' and more granular checks by @TimoGlastra in #60
- feat: add support for 'require_cryptographic_holder_binding' parameter by @TimoGlastra in #54
- chore(release): new version by @github-actions in #61
Full Changelog: v0.3.0...v0.4.0