Skip to content

Releases: lithic-com/lithic-node

v0.59.0

17 Jul 17:56
Compare
Choose a tag to compare

0.59.0 (2024-07-17)

Full Changelog: v0.58.0...v0.59.0

Features

Chores

  • docs: mention support of web browser runtimes (#433) (9066fb8)
  • docs: minor update to formatting of API link in README (#431) (e29b335)

v0.58.0

11 Jul 17:31
Compare
Choose a tag to compare

0.58.0 (2024-07-11)

Full Changelog: v0.57.1...v0.58.0

⚠ BREAKING CHANGES

  • api: param 'financial_account_token' for 'externalBankAccounts.create()' is now required (#429)

Features

  • api: param 'financial_account_token' for 'externalBankAccounts.create()' is now required (#429) (6e6d493)

v0.57.1

11 Jul 14:57
8122016
Compare
Choose a tag to compare

0.57.1 (2024-07-11)

Full Changelog: v0.57.0...v0.57.1

Chores

Documentation

v0.57.0

21 Jun 13:45
Compare
Choose a tag to compare

0.57.0 (2024-06-21)

Full Changelog: v0.56.0...v0.57.0

⚠ BREAKING CHANGES

  • api: remove unused event type 'statement.created'
  • api: remove unused business account type
  • api: remove unused embed request params type
  • api: updates (#421)

Features

  • api: add 'reverse' method for book transfers (7be7b26)
  • api: add field 'trace numbers' to payment method attribute model (7be7b26)
  • api: remove unused business account type (7be7b26)
  • api: remove unused embed request params type (7be7b26)
  • api: remove unused event type 'statement.created' (7be7b26)
  • api: updates (#421) (7be7b26)

v0.56.0

12 Jun 20:45
Compare
Choose a tag to compare

0.56.0 (2024-06-12)

Full Changelog: v0.55.0...v0.56.0

Features

v0.55.0

05 Jun 19:14
Compare
Choose a tag to compare

0.55.0 (2024-06-05)

Full Changelog: v0.54.1...v0.55.0

⚠ BREAKING CHANGES

  • api: remove some endpoints and other API updates (#416)

Features

  • api: remove some endpoints and other API updates (#416) (9d0c5ef)

v0.54.1

31 May 17:12
Compare
Choose a tag to compare

0.54.1 (2024-05-31)

Full Changelog: v0.54.0...v0.54.1

Bug Fixes

v0.54.0

30 May 15:58
Compare
Choose a tag to compare

0.54.0 (2024-05-30)

Full Changelog: v0.53.0...v0.54.0

Features

  • api: update detailed_results enum values (#412) (80f89e0)

v0.53.0

29 May 23:41
Compare
Choose a tag to compare

0.53.0 (2024-05-29)

Full Changelog: v0.52.0...v0.53.0

Features

  • api: add simulate_receipt and simulate_action endpoints (#410) (80cf1d6)

v0.52.0

29 May 12:33
Compare
Choose a tag to compare

0.52.0 (2024-05-29)

Full Changelog: v0.51.2...v0.52.0

Features

Chores

  • client: update unset params headers handling (#407) (76d6a54)
  • internal: add slightly better logging to scripts (#404) (6248367)
  • tests: update some example values (#406) (d636a76)

Documentation

Refactors