Skip to content
This repository has been archived by the owner on May 27, 2021. It is now read-only.

Latest commit

 

History

History
103 lines (71 loc) · 4.41 KB

CHANGELOG.md

File metadata and controls

103 lines (71 loc) · 4.41 KB

Changelog

All notable changes to arionum-cli will be documented in this file.

Updates should follow the Keep a CHANGELOG principles.

v2.1.1 - 2018-12-11

Fixed

  • Fix stats command requiring a wallet file (ba78449)

v2.1.0 - 2018-12-11

Added

  • Add the current node to command output (a4ed2206)
  • Add a new stats command (556e9bd7)
  • Add support for PHP 7.3 (#15)

v2.0.0 - 2018-11-15

Added

  • Add support for a custom --wallet-path option (4b6ba70f)

Changed

  • Apply static analysis changes and updates (#14)
  • Update to use the arionum-php API wrapper (#16)

Removed

  • Remove the miner/mine commands (#12)

v1.5.1 - 2018-11-08

Fixed

  • Fix a typo in the masternode commands (7eb699e7)

v1.5.0 - 2018-11-08

Added

  • Add support for exporting transactions to JSON, XML, CSV or table (#6)

Changed

  • Update to use Guzzle for all API calls (#4)
  • Update the visibility of class constants (38aa74ff)
  • Optimise the imports for classes and functions
  • Update the naming of the new unit tests (692097ee)

Deprecated

  • Deprecate the miner/mine commands (#12)

v1.4.1 - 2018-08-23

Added

  • Add support for arionum/node v0.4.2 and the latest hardfork (2a509f4)

v1.4.0 - 2018-08-16

Added

  • Add support for custom peers (#5)
  • Add support for an address in the transactions command (#7)

v1.3.0 - 2018-08-10

Added

  • Add support for masternode commands (#3)

v1.2.0 - 2018-08-10

Added

  • Add support for alias commands (#2)

v1.1.0 - 2018-08-06

Added

  • Add the PHP miner into the CLI (bb61cc4)
  • Add Phar releases during the Travis CI process (#1)

Changed

  • Move community files to .github (87c290a)

Removed

  • Remove the structure section from the README (f8d76ec)
  • Remove support for PHPUnit v6 (e9b4969)

v1.0.0 - 2018-02-23

Added

  • Complete restructure using Composer
  • Add Box Phar support
  • Add Symfony Console v4