Skip to content

Releases: Modern-Treasury/modern-treasury-node

v2.12.0

21 Nov 17:58
Compare
Choose a tag to compare

2.12.0 (2023-11-21)

Full Changelog: v2.11.0...v2.12.0

Features

v2.11.0

17 Nov 23:27
Compare
Choose a tag to compare

2.11.0 (2023-11-14)

Full Changelog: v2.10.0...v2.11.0

Features

Chores

v2.10.0

07 Nov 17:53
Compare
Choose a tag to compare

2.10.0 (2023-11-07)

Full Changelog: v2.9.0...v2.10.0

Features

Chores

Documentation

v2.9.0

31 Oct 17:39
Compare
Choose a tag to compare

2.9.0 (2023-10-31)

Full Changelog: v2.8.0...v2.9.0

Features

Bug Fixes

Chores

v2.8.0

24 Oct 18:09
Compare
Choose a tag to compare

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

Documentation

  • organisation -> organization (UK to US English) (#261) (c9fb49b)

Refactors

v2.7.2

10 Oct 17:31
Compare
Choose a tag to compare

2.7.2 (2023-10-06)

Full Changelog: v2.7.1...v2.7.2

Bug Fixes

  • prevent ReferenceError, update compatibility to ES2020 and Node 18+ (#248) (03620a3)

v2.7.1

02 Oct 16:14
Compare
Choose a tag to compare

2.7.1 (2023-10-02)

Full Changelog: v2.7.0...v2.7.1

Chores

v2.7.0

26 Sep 17:19
Compare
Choose a tag to compare

2.7.0 (2023-09-25)

Full Changelog: v2.6.0...v2.7.0

Features

  • client: handle retry-after with a date (#242) (ca21e25)
  • client: support importing node or web shims manually (#238) (ce14a0e)
  • package: export a root error type (#241) (c8b64f9)

Documentation

  • api.md: add shared models (#240) (1a30c77)
  • README: fix variable names in some examples (#239) (4a4178f)
  • readme: remove incorrect wording in opening (#236) (8098776)

v2.6.0

19 Sep 03:06
Compare
Choose a tag to compare

2.6.0 (2023-09-19)

Full Changelog: v2.5.0...v2.6.0

Features

Documentation

  • declare Bun 1.0 officially supported (#233) (ecaf5b8)

v2.5.0

12 Sep 17:33
Compare
Choose a tag to compare

2.5.0 (2023-09-08)

Full Changelog: v2.4.0...v2.5.0

Features

  • fixes tests where an array has to have unique enum values (#221) (0aa1909)

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

Documentation