Skip to content

Releases: tmus/monzo

v0.2.1

14 Aug 21:45
f55b1e0
Compare
Choose a tag to compare
v0.2.1 Pre-release
Pre-release

Changed

  • Client.Ping() no longer accepts an empty token as valid. Instead, an error is returned.

v0.2.0

15 Jun 20:54
aa50790
Compare
Choose a tag to compare
v0.2.0 Pre-release
Pre-release

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

14 Jun 11:58
e481a84
Compare
Choose a tag to compare
v0.1.0 Pre-release
Pre-release

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 now monzo.Currency.

Removed

  • type Balance no longer has a String() function.

v0.0.2

11 Jun 12:35
914cc2b
Compare
Choose a tag to compare
v0.0.2 Pre-release
Pre-release

Changed

  • Client's Ping() method now uses an actual ping endpoint.

v0.0.1

04 Jun 18:00
Compare
Choose a tag to compare
v0.0.1 Pre-release
Pre-release

Initial Release