Releases: ynab/ynab-sdk-js
v1.30.0
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
- Add new "DEBT" target type
- Use webpack 5 for generation of browser bundle
- Upgrade a few dependencies to latest versions
v1.28.0
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
Remove engines.npm config
v1.26.0
Remove engines.npm config
v1.25.0
Add rateLimit to response object
v1.24.0
Adding transactions.getTransactionsByType
v1.23.0
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
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
Fix esm dist/esm module not being updated correctly