- Fix
- Make type optional in filter v2
- Feature
- Add intent_to_retain to Field v2
- Feature
- Add support for mso_mdoc format
- Fix
- Add boolean 'optional' property in v2 Fields,
- Fix
- Add boolean 'optional' property in v2 Fields,
- Fix
- Add boolean const as valid filter value
- Fix
- Format did not include
jwt_vp_json
- Format did not include
- Feature
- Add support for Verifiable Credential Data Integrity 1.0
- Fix
Schema
object was renamed toDefintionSchema
by accident
Do not use
- Fix
path
is now required in aField
according to the v1 and v2 spec
- Feature
- Add support for
vc+sd-jwt
formats
- Add support for
- Feature
- Add support for
format
in V2 input descriptor
- Add support for
- Fix
- Remove
contains
anditems
from V1 filters, as that spec has no notion of them
- Remove
- Feature
- Add support for
items
andcontains
in filter - Add support for
jwt_vc_json
format
- Add support for
- Fix
- Remove wrong export path
- Feature
- Add support for
items
andcontains
in filter - Add support for
jwt_vc_json
format
- Add support for
- Fix
_const
and_enum
are now correctly exposed in the typescript models/interfaces asconst
andenum
. This is a breaking change. Simply remove all underscore prefixes- Removed some siblings for refs causing some warnings/errors
- Fix
- issuance changed from string to object in input descriptors. Issuance is now an object with a
manifest
property that contains the URL of the Credential Manifest.
- issuance changed from string to object in input descriptors. Issuance is now an object with a
- Feature
- Allow issuance in input descriptors for credential manifest URLs. Although not spec compliant, it is used in the wild.
- Feature: added REST API v1 specs and data types
- Documentation
- modular documentation
- docs for API
- Configuration for API stubs creation
- Fix: changed the nature of the 'path_nested' property in a descriptor from array to object.
- Presentation Submission object added.
- Variable name input descriptor corrected.
- Initial release: Basic Structures.