Releases: Modern-Treasury/modern-treasury-node
Releases · Modern-Treasury/modern-treasury-node
v2.22.0
v2.21.0
v2.20.0
2.20.0 (2024-03-26)
Full Changelog: v2.19.0...v2.20.0
Features
- api: add citibank enums (#369) (4bf2db2)
- api: add line item metadata (1114cc5)
- api: introduce bulk transaction create (#365) (1114cc5)
- api: rename
associated_legal_entity
tochild_legal_entity
(#361) (5da0450) - api: rename
id_type
enum fromcl_nut
tocl_rut
(5da0450) - api: updates (#367) (9829324)
Bug Fixes
- client: correctly send deno version header (#368) (52436c1)
- handle process.env being undefined in debug func (#366) (dab08f7)
- internal: make toFile use input file's options (#362) (35f0b12)
Chores
- add back removed code (0d813f2)
- internal: temporary commit (#370) (f8a9dd8)
- internal: update generated pragma comment (#360) (008af46)
Documentation
v2.19.0
v2.18.0
v2.17.0
2.17.0 (2024-02-29)
Full Changelog: v2.16.0...v2.17.0
Features
- api: add legal_entities resource (#346) (6a8a76c)
- api: added foreign exchange rate information (#342) (4128ecf)
Chores
- ci: update actions/setup-node action to v4 (#343) (48beb5d)
- ci: uses Stainless GitHub App for releases (#338) (d5d8aaf)
- internal: refactor release environment script (#340) (566839f)
- internal: update deps (#344) (f155295)
Documentation
v2.16.0
2.16.0 (2024-02-13)
Full Changelog: v2.15.1...v2.16.0
Features
Chores
- interal: make link to api.md relative (#332) (f9efd58)
- internal: enable building when git installed (#334) (018af15)
- internal: re-order pagination import (#333) (463224a)
- internal: support pre-release versioning (#329) (412b7af)
- respect
application/vnd.api+json
content-type header (#336) (13c22e1)
Documentation
v2.15.1
2.15.1 (2024-01-30)
Full Changelog: v2.15.0...v2.15.1
Bug Fixes
- allow body type in RequestOptions to be null (#327) (ee5625d)
- ci: ignore stainless-app edits to release PR title (#326) (4d265d4)
- types: accept undefined for optional client options (#325) (cd306c1)
- use
Accept: */*
as a default Header for void endpoints (#322) (eb7bc21)
Chores
v2.15.0
2.15.0 (2024-01-16)
Full Changelog: v2.14.0...v2.15.0
Features
- api: add
ledger_transactions
to expected payment request (#313) (28d72d1) - api: add create and delete operations for internal accounts balance reports (#317) (583efb5)
Bug Fixes
- headers: always send lowercase headers and strip undefined (BREAKING in rare cases) (#310) (c943e03)
- use default base url if BASE_URL env var is blank (#316) (38a3e62)
Chores
- add .keep files for examples and custom code directories (#314) (0218448)
- formatting (#320) (9ae7fc2)
- internal: improve type signatures (#312) (78d58a7)
- internal: minor improvements to auth code (#315) (e06c3a0)
- internal: narrow type into stringifyQuery (#318) (4dcf22d)
Documentation
v2.14.0
2.14.0 (2024-01-02)
Full Changelog: v2.13.0...v2.14.0
Features
- api: remove reversed and reversing ledger account status type (#304) (f971086)
- api: updates (#298) (201d725)
Chores
- ci: run release workflow once per day (#302) (80f7239)
- deps: update dependency ts-jest to v29.1.1 (#303) (31637e8)
- deps: update jest (#305) (a03e4b2)
- internal: bump license (#309) (1afc0c7)
- internal: minor updates to pagination (#307) (b702324)
- update dependencies (#301) (9183aac)
- update prettier (#300) (a11c96b)