Skip to content

Tags: morgatron/open-attestation

Tags

v6.5.0

Toggle v6.5.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
feat: fix broken v3 schema link (Open-Attestation#223)

v6.4.1

Toggle v6.4.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
fix: update wallet type (Open-Attestation#220)

* fix: update wallet type

* fix: test case

v6.4.0

Toggle v6.4.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
feat: added utils function to update form for v2 and v3 (Open-Attesta…

…tion#219)

v6.3.0

Toggle v6.3.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
feat: add chainDetail optional field into schema (Open-Attestation#216)

* feat: add chainDetail optional field into schema

* fix: update schema

v6.2.0

Toggle v6.2.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
feat: 🎸 add ocsp responder to revocation type (Open-Attestation#208)

* feat: 🎸 add ocsp responder to revocation type

Added new RevocationType OCSP_RESPONDER to allow for OCSP based
revocation

v6.1.1

Toggle v6.1.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
fix: 🐛 node version to lts (Open-Attestation#209)

changed node version from node:latest to node:lts to fix digital
envelope bug

v6.1.0

Toggle v6.1.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
feat: add utils to extract v2/v3 template data

v6.0.5

Toggle v6.0.5's commit message

Unverified

This commit is not signed, but one or more authors requires that any commit attributed to them is signed.
fix: replace jsonld by our own esm-free implementation

v6.0.4

Toggle v6.0.4's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
fix: add guard and utils

v6.0.3

Toggle v6.0.3's commit message

Unverified

This commit is not signed, but one or more authors requires that any commit attributed to them is signed.
fix: change node-fetch to cross-fetch

node-fetch is all broken on browser node-fetch/node-fetch#698
they recommend to use cross-fetch for browser support