Skip to content

Releases: blockchain-certificates/cert-verifier-js

v2.4.0

10 May 15:01
0d5725d
Compare
Choose a tag to compare

2.4.0 (2019-05-10)

Features

v2.3.0

03 May 15:37
2029f40
Compare
Choose a tag to compare

2.3.0 (2019-05-03)

Features

  • i18n: add Japanese translations (e105605)

v2.2.0

12 Feb 17:28
f819de2
Compare
Choose a tag to compare

2.2.0 (2019-02-12)

Features

  • I18n: add italian translations (1e24786)

v2.1.2

16 Jan 16:58
ec51707
Compare
Choose a tag to compare

2.1.2 (2019-01-16)

Bug Fixes

  • Build: resolve json files (171e498)
  • VerificationsubStep: improve copy (5f64d82)

v2.1.1

06 Nov 09:36
8f422fd
Compare
Choose a tag to compare

2.1.1 (2018-11-06)

Bug Fixes

  • Packages: fix vulnerabilities (423fe66)

v2.1.0

25 Sep 20:49
2f2fdb4
Compare
Choose a tag to compare

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

18 Sep 16:33
5cbe2ed
Compare
Choose a tag to compare

To ensure the organization's consistence, we have moved the npm package to @blockcerts/cert-verifier-js scope.

v2.0.1

06 Sep 15:09
bfa8409
Compare
Choose a tag to compare

Added

  • Updated README file with third party details

Changed

  • Updated vulnerable dependencies

v2.0.0

03 Aug 13:49
32a3c11
Compare
Choose a tag to compare

Complete re-write of the API. Please check the examples and API doc for more details.

Added

  • Certificate class
  • Certificate.verify() method
  • BLOCKCHAINS, STEPS, SUB_STEPS, CERTIFICATE_VERSIONS, VERIFICATION_STATUSES constants

Removed

  • static parseJson() method. BREAKING CHANGE
  • CertificateVerifier class. BREAKING CHANGE

v1.0.1

19 Jun 13:47
eb9c307
Compare
Choose a tag to compare

Changes

  • updated dependency version to fix vulnerability issues