Releases: Increase/increase-node
Releases · Increase/increase-node
v0.11.7
0.11.7 (2023-10-06)
Full Changelog: v0.11.6...v0.11.7
Bug Fixes
- prevent ReferenceError, update compatibility to ES2020 and Node 18+ (#187) (ed733e6)
v0.11.5
0.11.5 (2023-10-03)
Full Changelog: v0.11.4...v0.11.5
Features
- api: expand event categories and Entity status options (#183) (21f2aa7)
Chores
v0.11.3
0.11.3 (2023-09-25)
Full Changelog: v0.11.2...v0.11.3
Features
- api: add inbound checks, originating routing number and new event types (#173) (d212a98)
- client: handle retry-after with a date (#175) (b3a7192)
- package: export a root error type (#174) (d2af282)
Documentation
v0.11.2
0.11.2 (2023-09-20)
Full Changelog: v0.11.1...v0.11.2
Features
- api: add entity_id to Card and make relationship nullable (#165) (2c72176)
- api: export account statements in OFX format (#169) (88678b7)
- client: support importing node or web shims manually (#168) (986b86c)
Documentation
- readme: remove incorrect wording in opening (#167) (70734aa)
v0.11.1
0.11.1 (2023-09-15)
Full Changelog: v0.11.0...v0.11.1
Features
- api: add card payment ID reference to transaction models (#158) (1c92078)
- client: retry on 408 Request Timeout (#160) (1792836)
- errors: add status code to error message (#164) (c5493ce)
Documentation
v0.11.0
0.11.0 (2023-09-12)
Full Changelog: v0.10.4...v0.11.0
⚠ BREAKING CHANGES
- api: remove Limits API, add ACH controls to Account Numbers (#156)
Features
- api: remove Limits API, add ACH controls to Account Numbers (#156) (4e4d1b2)
v0.10.4
0.10.4 (2023-09-08)
Full Changelog: v0.10.3...v0.10.4
Features
- api: add bank_of_first_deposit_routing_number and transfer_id properties (#142) (dbedd6e)
- api: add Update Address and Create Notification Change endpoints (#149) (0fb3db0)
- fixes tests where an array has to have unique enum values (#150) (ef1a132)
- package: add Bun export map (#144) (a4f0dab)
Bug Fixes
- client: fix TS errors that appear when users Go to Source in VSCode (#147) (c198d77)
- client: handle case where the client is instantiated with a undefined baseURL (#148) (6e63ef2)
- client: use explicit file extensions in _shims imports (#146) (3645236)
- fix module not found errors in Vercel edge (#155) (5fa86f3)
- readme: update link to api.md to use the correct branch (#152) (b9db511)
Chores
Documentation
v0.10.3
0.10.3 (2023-08-29)
Full Changelog: v0.10.2...v0.10.3
Features
- api: remove unused
/inbound_ach_transfer_returns
endpoints (#141) (8b5d210)
Bug Fixes
- api: move ACH Return endpoint and add digital wallet properties (#139) (ad69548)
- types: improve getNextPage() return type (#140) (d45397c)
Chores
- ci: setup workflows to create releases and release PRs (#136) (71167b0)