Hi all,
I want to announce the release of cert-verifier-js v2.0.0 today.
This is a big update we’ve been working on for a while, with some breaking changes from v1.
Here are a few things this update is bringing:
- new API
- more tests
- open-source / community contribution ready
If you wish to keep using v1, please update your package.json as we moved the library to a NPM package:
// Old
"cert-verifier-js": "git@github.com:blockchain-certificates/cert-verifier-js.git"
// Should now be the following if you wish to keep using v1
"cert-verifier-js": "^1.0.0"
We kept v1 on a tag and a separate branch.
A lot more is in there, I invite you to check the changelog and the examples for more information.
Matthieu