Releases: tmus/monzo
Releases · tmus/monzo
v0.2.1
v0.2.0
Added
- Ability to list an account's webhooks using the
Account.Webhook()
function. - Ability to register a webhook. E.g:
Account.RegisterWebhook("https://tomm.us")
- Ability to add Receipts to Transactions
CurrencyUSD
constant- MIT License
- Monzo.me sponsor link
v0.1.0
Added
- A user's transactions can now be listed.
- Metadata can be added to an individual transaction.
- Feed items can now be created.
Changed
- type
monzo.AccountCurrency
is nowmonzo.Currency
.
Removed
- type
Balance
no longer has aString()
function.