0.009 2018-12-03 (PERLANCAR)
- Bump DB schema version 2->3: Change data type of orderbook_item's
id from int -> bigint.
0.008 2018-11-29 (PERLANCAR)
- When there is no api_key information for an account in
configuration, instantiate exchange client with public_only=>1 so
we can still do e.g. collect-orderbooks.
0.007 2018-11-29 (PERLANCAR)
- Add subcommand: collect-orderbooks.
- Replace old references gdax -> coinbase-pro.
0.006 2018-08-11 (PERLANCAR)
- Add option: --usd-rate (e.g. to assume specific rates when showing
profit report).
- [ux] Only log fiat conversion rate once per new value.
0.005 2018-08-07 (PERLANCAR)
- Turn on LOG_ADD_TIMESTAMP by default.
0.004 2018-08-07 (PERLANCAR)
- Use Test::Deeply::Float to work around floating point rounding
[RT#126001].
0.003 2018-08-04 (PERLANCAR)
- [Bugfix] Missing label.
0.002 2018-08-01 (PERLANCAR)
- Avoid deref-ing an undef.
- Tweak terminology: order amount -> order size (following terminology
in exchanges).
- [doc] Update example in Synopsis.
0.001 2018-06-25 (PERLANCAR)
- First release.