Skip to content

0.0.1

Pre-release
Pre-release
Compare
Choose a tag to compare
@billglover billglover released this 09 Jun 18:45
· 18 commits to master since this release
b5aa94c

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.