Skip to content
This repository has been archived by the owner on Jan 2, 2022. It is now read-only.

Releases: billglover/starling

0.0.6: Renamed Withdraw to TransferFromSavingsGoal

15 Jul 15:00
Compare
Choose a tag to compare
The fix for issue #3 renamed `AddMoney` to `TransferToSavingsGoal` in order to make it clearer what the method did. This fix renames `Withdraw` to `TransferFromSavingsGoal` for consistency. Fixes #3

0.0.5

01 Jul 20:03
bc3cc35
Compare
Choose a tag to compare
0.0.5 Pre-release
Pre-release
New: support for changesSince filter on the v2 feed endpoint

0.0.4

23 Jun 15:29
b8e4a99
Compare
Choose a tag to compare
0.0.4 Pre-release
Pre-release
New: add a custom error type for auth errors

0.0.3: Fix potential panics when making API calls that result in an HTTP 403…

21 Jun 22:06
8bf27dc
Compare
Choose a tag to compare
… response

* Add test to trigger panic on requesting addresses
* Fix panic on requsting addresses
* Add test for panic on forbidden when requesting cards
* Add test for panic on forbidden when requesting accounts
* Add test for panic on forbidden when requesting customers
* Add test for panic on forbidden when requesting direct-debits
* Add test for panic on forbidden when requesting merchants
* Return nil when an error is received fetching merchants
* Add test for panic on forbidden when requesting payments
* Return nil when an error is received creating scheduled payments
* Add test for panic on forbidden when requesting receipts
* Add test for panic on forbidden when working with savings-goals
* Add test for panic on forbidden when working with transactions
* Return nil when an error is received fetching transactions
* Fix test for panic on forbidden when working with payments
* Add test for panic on forbidden when working with users

Fixes #24

0.0.2: Fix build configuration to test against go1.10.x

15 Jun 07:53
139d402
Compare
Choose a tag to compare

0.0.1: Remove goreleaser configuration

13 Jun 07:09
8827beb
Compare
Choose a tag to compare
Pre-release
Remove goreleaser as not required for package