Releases: sebinsua/teller-cli
Releases · sebinsua/teller-cli
v0.0.9
There were changes to the Teller API which meant the JSON parsing started to fail.
Mainly account_number_last_4_digits
became account_number
, and the responses no longer consist of some metadata and a data
property (instead the latter is the whole response).
I fixed the parsing and made the unit tests pass. However I'm not comfortable at saying this isn't broken in some way since it's been over a year since I wrote code for it and my updates were naive. I wasn't very conscious of the semantics of the code I was altering.
Refactored and unit tested
- Unit tests have been written.
- Code has been refactored.
Fixed bugs due to changes to Teller's API
v0.0.6 docs(version): updated version to 0.0.6
Pre-release
- Refactor towards v1.
List counterparties command added
list counterparties
gives access to a list of outgoing transactions grouped by their counterparty.- Outgoing values are now positive since the word outgoing already describes a negative flow of money.
Outgoing and incoming for current month
list totals
becamelist balances|outgoing|incoming
again. It's easier to understand.show outgoing
andshow incoming
now fetch the amounts of coming money out or into a bank account for the current month.
Per-month balances, incoming, outgoing amounts
list balances
became list totals
and now supports [--amount-type=<at=incoming|outgoing|all>]
.
v0.0.1 Preliminary Release
Merge pull request #13 from sebinsua/feat/cool-thingz Restyling the commands