Skip to content

Releases: ynab/ynab-sdk-js

v1.30.0

08 Sep 15:04
Compare
Choose a tag to compare

Include new list of account types

As part of this change, the enum of account types has been moved from api.SaveAccount.TypeEnum to api.AccountType.
Before:

type: api.SaveAccount.TypeEnum.Checking
After:

v1.29.0

22 Aug 13:57
Compare
Choose a tag to compare
  • Add new "DEBT" target type
  • Use webpack 5 for generation of browser bundle
  • Upgrade a few dependencies to latest versions

v1.28.0

23 Feb 16:01
Compare
Choose a tag to compare

Now using fetch-ponyfill instead of portable-fetch for network requests. This resolves a minor security vulnerability found in portable-fetch and moves the sdk to using an actively maintained fetch library.

v1.27.0

18 Jan 19:27
Compare
Choose a tag to compare

Remove engines.npm config

v1.26.0

18 Jan 19:26
Compare
Choose a tag to compare

Remove engines.npm config

v1.25.0

12 May 15:42
Compare
Choose a tag to compare

Add rateLimit to response object

v1.24.0

12 Apr 18:57
Compare
Choose a tag to compare

Adding transactions.getTransactionsByType

v1.23.0

30 Mar 16:42
Compare
Choose a tag to compare

New fields added: Account: direct_import_linked, direct_import_in_error, Category: goal_months_to_budget, goal_under_funded, goal_overall_funded, goal_overall_left

v1.22.0

30 Mar 16:40
Compare
Choose a tag to compare

New fields added: Account: direct_import_linked, direct_import_in_error, Category: goal_months_to_budget, goal_under_funded, goal_overall_funded, goal_overall_left

v1.21.0

01 Dec 14:41
Compare
Choose a tag to compare

Fix esm dist/esm module not being updated correctly