Releases: Modern-Treasury/modern-treasury-node
Releases · Modern-Treasury/modern-treasury-node
v2.13.0
2.13.0 (2023-12-04)
Full Changelog: v2.12.0...v2.13.0
Features
- allow installing package directly from github (#288) (c846884)
- client: support reading the base url from an env variable (#294) (3df3200)
Chores
- internal: don't call prepare in dist (#290) (e04bf7c)
- internal: remove file import and conditionally run prepare (#291) (2a1a743)
Documentation
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)