Releases: blockchain-certificates/cert-verifier-js
Releases · blockchain-certificates/cert-verifier-js
v2.4.0
v2.3.0
v2.2.0
v2.1.2
v2.1.1
v2.1.0
2.1.0 (2018-09-25)
Bug Fixes
- locale: fixed json import (0e0d233)
Features
- locale: [#109] added and exposed getSupportedLanguages (5a486f2)
- locale: [#109] added currentLocale; implemented getText on certificate (c3d9155)
- locale: [#109] added detectLocale domain action (fec77c1)
- locale: [#109] added ensureIsSupported function (e11060c)
- locale: [#109] added get locale domain actions; added default options constant (dacc356)
- locale: [#109] added getText function (4979ae1)
- locale: [#109] added spanish & maltese steps & substeps (aafa8b5)
- locale: [#109] default to en-US (be7de31)
- locale: [#109] implemented getText across the app (4597f6e)
- locale: added spanish & maltese translations (f9d823e)
v2.0.2
To ensure the organization's consistence, we have moved the npm package to @blockcerts/cert-verifier-js
scope.
v2.0.1
Added
- Updated README file with third party details
Changed
- Updated vulnerable dependencies
v2.0.0
Complete re-write of the API. Please check the examples and API doc for more details.
Added
Certificate
classCertificate.verify()
methodBLOCKCHAINS
,STEPS
,SUB_STEPS
,CERTIFICATE_VERSIONS
,VERIFICATION_STATUSES
constants
Removed
- static
parseJson()
method. BREAKING CHANGE CertificateVerifier
class. BREAKING CHANGE
v1.0.1
Changes
- updated dependency version to fix vulnerability issues