Releases: Modern-Treasury/modern-treasury-node
Releases · Modern-Treasury/modern-treasury-node
v2.12.0
v2.11.0
v2.10.0
v2.9.0
v2.8.0
2.8.0 (2023-10-24)
Full Changelog: v2.7.2...v2.8.0
Features
- api: updates (#266) (53bd88a)
- client: adjust retry behavior to be exponential backoff (#267) (926baf6)
- handle 204 No Content gracefully (#264) (2fd00e6)
- make webhook headers case insensitive (#256) (c838d5c)
- types: consolidate direction enums into a shared TransactionDirection type (#259) (b63fb03)
Bug Fixes
- api: use date-time for effective_at (#265) (d9a8150)
- client: eliminate circular imports, which cause runtime errors in webpack dev bundles (#249) (cad5c73)
- fix namespace exports regression (#251) (f7f367c)
- import web-streams-polyfill without overriding globals (#262) (d83ec78)
- improve status code in error messages (#260) (b2e8b90)
Chores
- internal: refactor status code printing in error (#253) (8478f61)
- update comment (#257) (57b558a)
- update README (#252) (f3983f1)
Documentation
Refactors
v2.7.2
v2.7.1
v2.7.0
v2.6.0
v2.5.0
2.5.0 (2023-09-08)
Full Changelog: v2.4.0...v2.5.0
Features
Bug Fixes
- fix module not found errors in Vercel edge (#227) (554b457)
- readme: update link to api.md to use the correct branch (#224) (902b8aa)
Chores
- internal: export helper from core (#225) (01dc5e2)
- internal: minor formatting changes (#226) (08d6cc7)