Skip to content

Releases: billglover/starling-cli

0.0.5

15 Jul 11:49
f8cfa0c
Compare
Choose a tag to compare
0.0.5 Pre-release
Pre-release

Changelog

d4a72a2 Add list feed command Initial work on #35 by adding a basic list command.
83312c2 Add more detailed usage information to README
c927f89 Align columns in feed item list
9ee965e Fix: ensure invalid commands display usage information
3298c1f Merge branch 'master' into feature_v2-feed
f8cfa0c New: Use v0.0.6 of the starling client
664a9bb New: align columns in feed listing
0965b3f New: list feed command
300458c Remove unused configuration flags
995c502 Require two arguments for the transfer sub-commands
ace206c Use v0.0.3 of Starling API client
073ee40 Vendor dependencies using Dep
8b3e9b0 fix: display useful error message on auth failure

0.0.4

14 Jun 07:24
b706de3
Compare
Choose a tag to compare
0.0.4 Pre-release
Pre-release

Changelog

b706de3 New Feature: delete contact

0.0.3

11 Jun 07:21
aa8a4c0
Compare
Choose a tag to compare
0.0.3 Pre-release
Pre-release

Changelog

aa8a4c0 Return the correct contact ID on create (#18)

0.0.2

10 Jun 22:16
0188cc2
Compare
Choose a tag to compare
0.0.2 Pre-release
Pre-release

Changelog

31dd400 Add create contact functionality Fixes #12 by implementing the create contact functionality.
0188cc2 Merge pull request #16 from billglover/feature_create-contacts

0.0.1

09 Jun 18:45
b5aa94c
Compare
Choose a tag to compare
0.0.1 Pre-release
Pre-release

Changelog

ffdfbf5 Accept value types from starling function calls Fixes #10 by using value types for the slices returned by the starling package.
56b3119 Add a config option to allow user to specify the environment to use
99ee665 Add basic release configuration
9779405 Add flag to allow GUID to be listed when displaying contacts
4b28963 Add function to list address history
8c7a936 Add function to list scheduled payments
32f24b4 Add functionality to withdraw money from a savings goal
f6f15ad Add goreleaser to travis-ci config
a2d37f1 Add headings to printed tables
0195e29 Add limit filter indicator Indicate when a list is filtered due to the limit parameter. Fixes #6
56b3c9b Add minimal travis-ci config
aa4d243 Add skeleton transfer from sub command
08af730 Add the ability to create a savings goal This commit only includes required features as outlined in #13.
35cb14d Add the ability to filter transactions by type
0939f85 Add the ability to list card details
d812608 Add the ability to list contacts
b54d756 Add the ability to list different transaction types
caabef7 Add the ability to list mandates
0645574 Add the ability to list savings goals
3e9337f Add the ability to list the account balance
1fe108f Add the ability to list the account details
c2da0ec Add the parent 'create' command
93cdf98 Add travis-ci build status to README
0a10d25 Add uuid flag to display uuid for goals
a7e5eab Add uuid flag to display uuid for transactions
a35c5ee Align column headings when listing goals
d488054 Allow user to specify the savings goal target when creating the goal
3132da5 Create skeleton command line utility
670844f Create the framework for a transfer command
dabf9c0 Display payment uuid when requested
8b261be Experiment with command syntax
bb2993b Extract code to create the client into a function as it is used often
a830b63 Fix direct debit listing
0e1e8b5 Implement transfer to savings goal
d30fd07 Indicate which commands have been implemented
34b37b6 Initial commit
82ba9de Limit the number of transactions shown Fixes #1 by using a flag to specify the transaction limit.
73a0284 List last 100 transactions
81a61fe Merge pull request #11 from billglover/issue-10_starling-changes
3e63450 Merge pull request #14 from billglover/issue-13_create-savings-goal
b5aa94c Merge pull request #15 from billglover/feature_homebrew-packages
051e09c Merge pull request #8 from billglover/feature-6_indicate-limit-filter
3c40237 Remove build dependency
332202d Remove license text from go files
52df8d8 Remove windows build
cc7fd44 Require name when creating a savings goal Fixes #13 by implementing the create goal function.
2055b21 Separate list into sub-commands Fixes #4 by creating separate sub-commands for each of the list items.
fb342c0 Update README with Homebrew instrucations
2f6cc0a Update transfer command to use new currency parameter
bf43dfe Use show instead of list for singular items. Fixes #5 by using show as the command for singular items.