- Support for generation of did:key examples
- Removed half-baked COSESign1 diagnostic mode output.
- Support for CBOR-LD tab
- Support for QR Code tab
- Moved
sd-jwt
tab to end of tab list to fixcose
rendering. - Changed headers in examples to use
<strong>
instead of<h1>
for HTML validation and accessibility.
- Await rendering for headless ReSpec/Echidna useage.
- Support rendering Enveloped Verifiable Presentations.
- Removed the onclick event for loading tab contents to allow better Respec exporting.
- Create truly unique IDs for example tab content.
- Attached payloads and presentations for COSE.
- Fixed
data-vc-tabs
to work with multiple space-delimited values. - Fixed media types to use
application/vc
andapplication/vp
.
- Option to generate URL digests for openssl, digestSRI, and digestMultibase.
ecdsa-sd-2023
integration and tab option.ecdsa-rdfc-2019
integration and tab option.bbs-2023
integration and tab option.
- Refactored instantiation of proofs to include key material.
- Reworked tab titles to reduce space requirement.
- Tab clicks now initiate credential example creation.
- Corrected how
purposes
was being set. - Added missing
data-vc-tabs
documentation to README. - Corrected
verificationMethod
values. - Used
kid
in VC-JWT example.
- Added
eddsa-rdfc-2022
integration and tab option. - Added
data-vc-tabs
feature for selecting specific tabs to display. - Added VC v2.0 support via library upgrades.
- Made example match one from the VCDM v2.0 specification.
- Added W3C copyright and code of conduct information.
- Repository moved to the W3C.
- Simplified examples context to just a
@vocab
definition (to match upstream). - Minified
dist/main.js
file.
- Removed VC v1.1 example from index.html.
- Rerelease of v1.0.1, but with a major version bump and improved example code.
- Add comment to JWT output noting duplication of fields.
- Added usage instructions to README.md.
- Added JWT header and payload to JWT output.
- Programmatically inject tab styles and script.
- Changed from buttons to tabs.
- Fix race condition when setting example styles.
- Fixed JWT payload transformations from credential data.
- Fixed to work with static ReSpec files.
- Added LDI and JWT examples.
- Added example test HTML page.
- Created initial working implementation.