Skip to content

Releases: openwallet-foundation-labs/dcql-ts

dcql@3.0.0

27 Nov 09:45
47e47f1

Choose a tag to compare

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

14 Nov 13:09

Choose a tag to compare

Patch Changes

  • 04c7029: Fix the CommonJS entry point and the types file reference in package.json.

dcql@2.0.0

07 Nov 12:23
f83a10e

Choose a tag to compare

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

Full Changelog: https://github.com/openwallet-foundation-labs/dcql-ts/compare/dcql@1.0.1...dcql@2.0.0

dcql@1.0.1

28 Jul 12:58
40b7b3f

Choose a tag to compare

Patch Changes

  • 29c0b04: fix: rename Model class to ModelDefinition to prevent naming clash in ESM generated typescript types

v0.5.0

25 Jul 08:28
9f5fb71

Choose a tag to compare

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

25 Jul 09:31
51976ce

Choose a tag to compare

Major Changes

  • 4d6aab5: bump version to 1.0 stable

dcql@0.5.1

25 Jul 09:01
f5468cf

Choose a tag to compare

Patch Changes

  • 9db1273: ci: add git tag for package publishing
  • 3f12360: ci: typo and git tag creation

v0.4.2

06 Jul 14:32
0f6ee3a

Choose a tag to compare

What's Changed

  • chore(release): new version by @github-actions in #63

Full Changelog: v0.4.1...v0.4.2

v0.4.1

06 Jul 14:32
a2c2bc3

Choose a tag to compare

What's Changed

  • chore(release): new version by @github-actions in #62

Full Changelog: v0.4.0...v0.4.1

v0.4.0

05 Jul 21:26
30d4797

Choose a tag to compare

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