Skip to content

Releases: ynab/ynab-sdk-js

v1.20.0

13 Aug 14:01
Compare
Choose a tag to compare

Add support for creating new accounts with accounts.createAccount()

v1.19.0

28 Apr 19:32
Compare
Choose a tag to compare

Add support for importing transactions

ynabAPI.transactions.importTransactions(budgetId)

v1.18.0

11 Mar 13:47
Compare
Choose a tag to compare

Support for creating/updating split transactions and passing include_accounts=true query on /budgets endpoint

v1.17.0

08 Oct 17:44
Compare
Choose a tag to compare

Mark more fields as not required

v1.16.0

27 Aug 20:52
Compare
Choose a tag to compare

Support for "NEED" goal type
New UpdateTransaction type which correctly includes id field
Fields that can be nullable are no longer included in the "required" array in the spec. We now generate these as optional (?) and nullable (| null).
Various spelling corrections in the spec descriptions

v1.15.0

06 Aug 19:59
Compare
Choose a tag to compare

Incorporate delta request support for scheduled transactions

v1.14.0

17 Jul 13:54
Compare
Choose a tag to compare

Incorporates some API scehma definition type changes. The shape the schema is the same but some of the type names have changed.

v1.13.4

27 Jun 17:34
Compare
Choose a tag to compare

Fix placement of server_knowledge on on category/month endpoints

v1.13.3

27 Jun 17:08
Compare
Choose a tag to compare

Mark server_knowledge required in TypeScript definitions

v1.13.2

27 Jun 17:01
Compare
Choose a tag to compare

Fix placement of server_knowledge on SaveTransactionsResponse