- Add
npm -s run extract
script for extracting context URLs used in examples.
- Removed all uses of
https://www.w3.org/ns/credentials/examples/v2
context. - Defined any missing term definitions in local context definitions if standard contexts did not exist.
- Created two shim contexts for commonly used terms absent from the VC v1.1 context.
- All credentials now point to their example contexts at
https://examples.vcplayground.org/contexts/
based URLs.
- Fix change from
naturalizedOn
toceremonyDate
in natcert-vc-v2 SVG.
- Add
validFrom
andvalidUntil
with empty strings for PRC example.
- Deleted
id
fields for person specific credentials.
- Fixed missing comma in Permanent Resident Card query.
- Added a new Verifiable Credential v2.0 version of the Permanent Resident Card.
- Added a new Verifiable Credential v2.0 version of the Utopia Naturalization Certificate.
- Added a new Verifiable Credential v2.0 version of the Utopia Employment Authorization Document.
- Use generic issuer URLs.
- Moved Movie Ticket VCDM v2 credential into
credentials/movie-ticket-vcdm-v2/
. - Created a parallel
contexts/movie-ticket-vcdm-v2/
folder for VCDMv2 compatible Movie Ticket context file versions. - Set datatype for
startDate
in Movie Ticket VCDMv2 context.
- Added a new Verifiable Credential v2 Movie Credential.
- Added a new Movie Credential Context to fix #11 by correcting the
address
term mapping.
- Updated issuer icons for Utopia credentials.
- Fixed photo stretching issues on Utopia DL and NatCert.
- Add
renderMethod
for back of card and PDF417 only view to Utopia DL.
- Values in the Utopia Driver's License now reflect the values encoded in their associated PDF417.
- Include selective disclosure query for DL.
- Update DL & EAD queries to match their credentials.
- Add Medical First Responder credential.
- Inline fonts and compressed SVGs for EAD, DL, and NatCert.
- Correct context URL for Driver's License.
- Use citizenship v3 context for Utopia Naturalization Certificate.
- Include svg resources in package.
- Add queries.json to each credential.
- Allow for multiple queries per credential.
- Add Utopia Employment Authorization Document (EAD).
- Add Utopia Driver's License (DL).
- Add Utopia Naturalization Certificate (NatCert).
- Bump
gs1-8110-coupon
context to v2 - Add https://schema.org/description and rename original
description
toofferDescription
- Update
gs1-8110-coupon
with square images
- Add GS1 8110 coupon credential.
- Make
jff3
credential use open badge 3.0.2 context by default. - Update credential example for
customer-loyalty
.
- Use standard image naming convention.
- Add academic course credential.
- Created v2
jff3
credential with open badge 3.0.2 context.
- Reverted context in credential for
jff3
.
- BREAKING: Changed context in credential for
jff3
.
- Add context example for
first-responder
.
- Add context and example for
customer-loyalty
.
- Add context, vocab, and credential example for
retail-coupon
. - Add credential example for
jff-3
.
- Fix
examDate
type URL to usehttp
instead ofhttps
.
- BREAKING: Update dir names for
movieTicket
,introToChapi
andsafechef
to kebab case.
- Update context URLs to a cleaner format
https://contexts.vcplayground.org/examples/foo-bar/v1.json
. - Fix vocab URLs.
- Move context files into
contexts
dir and export its path.
- BREAKING: Update context URLs for
movieTicket
,alumni
andsafechef
credentials. - BREAKING: Drop support for node <= 16.x. Node.js 18+ is required.
- Add context files for
movieTicket
,alumni
andsafechef
credentials.
- BREAKING: Update context URLs for
movieTicket
,alumni
andsafechef
credentials.
- Add new
Safe Chef
VC example.
- Add test.
- Add image for
jff
.
- BREAKING: Update names of
.json
files containing credentials tocredential.json
. - Update
Usage
section inREADME.md
.
- Add credentials dir containing example credentials:
alumni
,jff
,jff2
,movieTicket
,introToChapi
andprc
.lib/index.js
exports the path to thecredentials
dir.