First stable PEX library version supporting V1 and V2 of the Presentation Exchange spec.
This is the first stable PEX library that has complete support for V1 and V2 of the Presentation Exchange spec.
- Added:
- Check for hashlinks in schemas for a V1 specification. If we encounter them we generate a warning we did not verify the hashlink, as unfortunately there are no current typescript libraries that support hashlink decoding.
- Changed:
limitDisclosure
andholderDids
arguments made optional everywhere. Do note that definitions that use some holder binding and/or selective disclosure require these arguments to be present, so we advise to always populate them
- Fixed
- React-native has no support for look-behind in regexes. We used this in escaping JSONLD terms in JSON-paths. Replaced by some typescript logic.