Skip to content

Releases: lithic-com/lithic-node

v0.27.0

29 Sep 14:20
Compare
Choose a tag to compare

0.27.0 (2023-09-29)

Full Changelog: v0.26.9...v0.27.0

⚠ BREAKING CHANGES

  • api: remove post /webhooks/account_holders endpoint (#214)

Refactors

  • api: remove post /webhooks/account_holders endpoint (#214) (b9191ae)

v0.26.9

27 Sep 14:22
Compare
Choose a tag to compare

0.26.9 (2023-09-25)

Full Changelog: v0.26.8...v0.26.9

Features

Documentation

v0.26.8

21 Sep 16:21
Compare
Choose a tag to compare

0.26.8 (2023-09-20)

Full Changelog: v0.26.7...v0.26.8

Features

  • api: add simulation endpoints, event types, fix transfer request AuthRule (#208) (871707e)
  • client: support importing node or web shims manually (#207) (0f6a2c5)

Documentation

  • readme: remove incorrect wording in opening (#205) (c51c676)

v0.26.7

15 Sep 21:34
Compare
Choose a tag to compare

0.26.7 (2023-09-15)

Full Changelog: v0.26.6...v0.26.7

Features

  • client: retry on 408 Request Timeout (#200) (177aac2)
  • errors: add status code to error message (#204) (161bac0)

Documentation

  • declare Bun 1.0 officially supported (#203) (8c0bd7b)

v0.26.6

12 Sep 18:04
Compare
Choose a tag to compare

0.26.6 (2023-09-11)

Full Changelog: v0.26.5...v0.26.6

Features

  • api: add Simulate Return Payment endpoint (#197) (aa14a06)
  • api: add tokenizations.simulate and correct typo'd enum (#194) (f1dbedd)
  • api: add user defined id (#186) (8c481b0)
  • fixes tests where an array has to have unique enum values (#190) (e01263e)
  • package: add Bun export map (#182) (ef48557)

Bug Fixes

  • client: fix TS errors that appear when users Go to Source in VSCode (#188) (6e8ac02)
  • client: handle case where the client is instantiated with a undefined baseURL (#189) (c212d5c)
  • client: use explicit file extensions in _shims imports (#185) (9b4ef88)
  • fix module not found errors in Vercel edge (#196) (404400c)
  • readme: update link to api.md to use the correct branch (#192) (d6e4a79)

Chores

  • internal: export helper from core (#193) (b50dc2f)
  • internal: fix the names of method param objects (#187) (058538e)
  • internal: minor formatting changes (#195) (4e26640)

Documentation

v0.26.5

01 Sep 11:17
Compare
Choose a tag to compare

0.26.5 (2023-08-29)

Full Changelog: v0.26.4...v0.26.5

Bug Fixes

  • types: improve getNextPage() return type (#180) (4b62f59)

Chores

  • ci: setup workflows to create releases and release PRs (#177) (34892ee)

Documentation

v0.26.4

26 Aug 18:57
Compare
Choose a tag to compare

0.26.4 (2023-08-26)

Chores

v0.26.3

24 Aug 15:39
Compare
Choose a tag to compare

0.26.3 (2023-08-24)

Features

Bug Fixes

  • core: fix navigator check for strange environments (#169) (2effb1e)

Chores

  • internal: add missing eslint-plugin-prettier (#168) (f633bec)
  • internal: export HeadersInit type shim (#172) (7087a5e)
  • internal: minor reformatting of code (#166) (4fe0f2e)

v0.26.2

17 Aug 14:25
Compare
Choose a tag to compare

0.26.2 (2023-08-17)

Features

  • client: improve compatibility with Bun (#164) (83be353)
  • docs: add documentation to the client constructor (#162) (085b3ce)

v0.26.1

16 Aug 10:55
Compare
Choose a tag to compare

0.26.1 (2023-08-16)

Bug Fixes

  • client: fix TypeError when a request gets retried (#159) (2479a1d)