Skip to content

Releases: ynab/ynab-sdk-js

v1.2.0

18 Jul 23:07
Compare
Choose a tag to compare

Support for category goals

v1.1.0

09 Jul 21:26
Compare
Choose a tag to compare

Support for new /budget/:id/settings endpoint

v1.0.0

19 Jun 14:53
Compare
Choose a tag to compare

1.0 Release

v0.18.0

08 Jun 20:39
Compare
Choose a tag to compare

Adds support for new deleted field which will indicate deletion on a delta request

v0.17.0

21 May 15:48
Compare
Choose a tag to compare

Target ES5 for browser and module builds

v0.16.0

04 May 03:10
Compare
Choose a tag to compare
  • New expanded format for data_format and currency_format for budget model
  • Libtary interface now supports capitalized constructor or lowercased contructor (new ynab.API(...) or new ynab.api(...)
  • Hybrid transaction response now includes account_name

v0.15.0

27 Mar 18:34
Compare
Choose a tag to compare
  • Support for new hybrid transaction response in /payee|category/:id/transactions endpoints
  • account_name now returned in /transactions endpoint response

v0.14.0

16 Mar 19:36
Compare
Choose a tag to compare
  • New ESM and Browser compatible builds
  • Support for new GET /user endpoint

v0.13.0

16 Mar 19:32
Compare
Choose a tag to compare
  • New ESM and Browser compatible builds
  • Support for new GET /user endpoint

v0.12.0

09 Mar 22:02
Compare
Choose a tag to compare

Remove reference to portable-fetch.d.ts which did not exist