All notable changes to arionum-js
will be documented in this file.
Updates should follow the Keep a CHANGELOG principles.
- Fix vulnerability in axios using Snyk (d1edbc8)
v1.3.2 - 2019-05-07
- Fix vulnerability in axios using Snyk (#3)
v1.3.1 - 2019-02-28
- Move documentation from the README to a
docs
directory (0fb6a9d)
- Remove deprecated Travis containerisation (141322e)
v1.3.0 - 2018-11-05
- Add the
checkSignature
method (167c8468) - Add the
checkAddress
method (610ffbf0) - Add the
getTransactionsByPublicKey
method (162bd370) - Add the
getBalanceByAlias
andgetBalanceByPublicKey
methods (1afd3958)
v1.2.0 - 2018-10-15
- Add the
getSanityDetails
method (5bbfb09) - Add the
getNodeInfo
method (f212124) - Add Travis configuration (6dbb2d3)
v1.1.0 - 2018-09-27
- Add the
sendTransaction
method andTransaction
class (#1)
- Initial release