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
- Fix stats command requiring a wallet file (ba78449)
v2.1.0 - 2018-12-11
- 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
- Add support for a custom
--wallet-path
option (4b6ba70f)
- Remove the
miner
/mine
commands (#12)
v1.5.1 - 2018-11-08
- Fix a typo in the masternode commands (7eb699e7)
v1.5.0 - 2018-11-08
- Add support for exporting transactions to JSON, XML, CSV or table (#6)
- 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)
- Deprecate the
miner
/mine
commands (#12)
v1.4.1 - 2018-08-23
- Add support for
arionum/node
v0.4.2 and the latest hardfork (2a509f4)
v1.4.0 - 2018-08-16
v1.3.0 - 2018-08-10
- Add support for masternode commands (#3)
v1.2.0 - 2018-08-10
- Add support for alias commands (#2)
v1.1.0 - 2018-08-06
- Move community files to
.github
(87c290a)
- Complete restructure using Composer
- Add Box Phar support
- Add Symfony Console v4