Skip to content

Releases: Modern-Treasury/modern-treasury-node

v2.23.0

29 Apr 14:35
Compare
Choose a tag to compare

2.23.0 (2024-04-26)

Full Changelog: v2.22.0...v2.23.0

Features

Chores

  • internal: add scripts/test and scripts/mock (#389) (cd3ac6d)
  • internal: use actions/checkout@v4 for codeflow (#386) (6d2a5d9)

v2.22.0

23 Apr 16:12
Compare
Choose a tag to compare

2.22.0 (2024-04-22)

Full Changelog: v2.21.0...v2.22.0

Features

  • api: add ledger_transaction_id field to reversal (#383) (538de7b)

Chores

Documentation

  • examples: use counterparties in snippets (#378) (a24994c)

Build System

  • configure UTF-8 locale in devcontainer (#382) (fd4aa7a)

v2.21.0

09 Apr 17:57
Compare
Choose a tag to compare

2.21.0 (2024-04-04)

Full Changelog: v2.20.0...v2.21.0

Features

Chores

v2.20.0

26 Mar 22:49
Compare
Choose a tag to compare

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 to child_legal_entity (#361) (5da0450)
  • api: rename id_type enum from cl_nut to cl_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

Documentation

  • fix typo in CONTRIBUTING.md (#358) (06980b8)
  • readme: consistent use of sentence case in headings (#363) (9c1e738)
  • readme: document how to make undocumented requests (#364) (770f57a)

v2.19.0

15 Mar 16:06
Compare
Choose a tag to compare

2.19.0 (2024-03-14)

Full Changelog: v2.18.0...v2.19.0

Features

  • api: add date_formed property to legal entities (#355) (b403083)
  • api: extend list invoices query params (#357) (05b1e41)

v2.18.0

12 Mar 18:18
Compare
Choose a tag to compare

2.18.0 (2024-03-07)

Full Changelog: v2.17.0...v2.18.0

Features

  • api: add legal_structure enum member (#350) (9b0d264)

Chores

Documentation

v2.17.0

29 Feb 22:48
Compare
Choose a tag to compare

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

  • contributing: improve wording (#345) (9b37bea)
  • readme: fix typo in custom fetch implementation (#347) (a0a1721)

v2.16.0

13 Feb 17:28
Compare
Choose a tag to compare

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

30 Jan 17:49
Compare
Choose a tag to compare

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

  • internal: add internal helpers & improve build scripts (#328) (163792e)
  • internal: debug logging for retries; speculative retry-after-ms support (#324) (5464949)

v2.15.0

16 Jan 19:13
Compare
Choose a tag to compare

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

Documentation