All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
0.4.0 - 2022-06-01
contextUri
andschemaUri
are now optional fields on aCredentialOffer
0.3.0 - 2022-05-11
- Corrected docs around credential request validation
GidClient
was renamed toGidIssuerClient
.GidIssuerClient
is instatiated with thecreateGidIssuerClient
function.
0.2.1 - 2022-03-16
- Updated the default SSI URL's subdomain from
ssi
tocredentials
- Generated encryption key for files is no longer encrypted
- Corrected signature validation algorithm (IDENTPD-757)
- File uploads to S3 now include required
Content-Length
header
0.2.0 - 2022-01-25
- Usage documentation
- Validation for function and method parameters.
- Renamed package to
@globalid/issuer-toolkit
- Renamed
payload
todata
in theCredentialRequest
interface - File names must have the format
{UUID}.{name}.{extension}
. - Aligned JSDocs with usage documentation
- Corrected a couple typos in the JSDocs
downloadFile
is now only a utility and no longer a method ofGidClient
0.1.1 - 2022-01-04
- Generating version module (via
genversion
) to correct published files