Skip to content

Latest commit

 

History

History
65 lines (43 loc) · 2.84 KB

CHANGELOG.md

File metadata and controls

65 lines (43 loc) · 2.84 KB

Changelog

All notable changes to this project will be documented in this file.

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

Unreleased

[v1.3.4] - 2021-05-03

Fixed

Changed

  • Update dependencies and details (8f35ae9)

v1.3.3 - 2019-06-03

Fixed

  • Fix vulnerability in axios using Snyk (d1edbc8)

v1.3.2 - 2019-05-07

Fixed

  • Fix vulnerability in axios using Snyk (#3)

v1.3.1 - 2019-02-28

Changed

  • Move documentation from the README to a docs directory (0fb6a9d)

Removed

  • Remove deprecated Travis containerisation (141322e)

v1.3.0 - 2018-11-05

Added

  • Add the checkSignature method (167c8468)
  • Add the checkAddress method (610ffbf0)
  • Add the getTransactionsByPublicKey method (162bd370)
  • Add the getBalanceByAlias and getBalanceByPublicKey methods (1afd3958)

v1.2.0 - 2018-10-15

Added

  • Add the getSanityDetails method (5bbfb09)
  • Add the getNodeInfo method (f212124)
  • Add Travis configuration (6dbb2d3)

v1.1.0 - 2018-09-27

Added

  • Add the sendTransaction method and Transaction class (#1)

v1.0.0 - 2018-09-27

Added

  • Initial release