Skip to content

Releases: sebinsua/teller-cli

v0.0.9

30 Mar 12:28
Compare
Choose a tag to compare

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

29 Jan 16:18
Compare
Choose a tag to compare
  • Unit tests have been written.
  • Code has been refactored.

Fixed bugs due to changes to Teller's API

12 Jan 20:16
Compare
Choose a tag to compare
v0.0.6

docs(version): updated version to 0.0.6

Pre-release

05 Jan 13:52
Compare
Choose a tag to compare
  • Refactor towards v1.

List counterparties command added

25 Dec 04:23
Compare
Choose a tag to compare
  • 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

23 Dec 14:13
Compare
Choose a tag to compare
  • list totals became list balances|outgoing|incoming again. It's easier to understand.
  • show outgoing and show incoming now fetch the amounts of coming money out or into a bank account for the current month.

Per-month balances, incoming, outgoing amounts

21 Dec 18:41
Compare
Choose a tag to compare

list balances became list totals and now supports [--amount-type=<at=incoming|outgoing|all>].

v0.0.1 Preliminary Release

20 Dec 18:12
Compare
Choose a tag to compare
Merge pull request #13 from sebinsua/feat/cool-thingz

Restyling the commands