Skip to content

Latest commit

 

History

History
38 lines (26 loc) · 1.71 KB

CHANGELOG.md

File metadata and controls

38 lines (26 loc) · 1.71 KB

Changelog

For a list of all changes, please visit the releases page.


The format is based on Keep a Changelog and this project adheres to Semantic Versioning.

2.0.2 - 2018-09-18

Changed

  • Moved NPM package to scoped package BREAKING CHANGE

    You should now install @blockcerts/cert-verifier-js package, which will be the only one maintained from now on.

2.0.1 - 2018-09-06

Added

  • Updated README file with third party details

Changed

  • Updated vulnerable dependencies

2.0.0 - 2018-08-03

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

1.0.1 - 2018-06-19

Security

  • Updated dependency version to fix vulnerability issues

1.0.0 - 2018-06-19