Skip to content

Releases: lithic-com/lithic-node

v0.51.1

03 May 14:59
Compare
Choose a tag to compare

0.51.1 (2024-05-03)

Full Changelog: v0.51.0...v0.51.1

Bug Fixes

  • package: revert recent client file change (#394) (824bf8d)

v0.51.0

02 May 08:41
Compare
Choose a tag to compare

0.51.0 (2024-05-02)

Full Changelog: v0.50.0...v0.51.0

Features

  • api: changes to balance-related return types and other API changes (#386) (7d8bf1a)
  • api: updates (#391) (c964452)

Chores

  • internal: add scripts/test and scripts/mock (#387) (98ca806)
  • internal: add scripts/test, scripts/mock and add ci job (#389) (15735d8)
  • internal: forward arguments in scripts/test (#390) (56e734f)
  • internal: move client class to separate file (#392) (0f48e7f)
  • internal: refactor scripts (#388) (2c5a367)
  • internal: use actions/checkout@v4 for codeflow (#384) (c40b31d)

v0.50.0

18 Apr 14:25
Compare
Choose a tag to compare

0.50.0 (2024-04-17)

Full Changelog: v0.49.0...v0.50.0

Features

Chores

Build System

  • configure UTF-8 locale in devcontainer (#381) (8ee3b5a)

v0.49.0

08 Apr 19:09
Compare
Choose a tag to compare

0.49.0 (2024-04-05)

Full Changelog: v0.48.0...v0.49.0

Features

  • api: add detailed result CARD_NOT_ACTIVATED (#375) (602f79f)
  • api: add event type digital_wallet.tokenization_two_factor_authentication_code_sent (#371) (7fd4853)
  • api: add params spend_limit and spend_velocity (#374) (8abb9f9)
  • api: add settlement_report.updated enum (#366) (6cc2baf)
  • api: update financial transaction status enum (#369) (7cdb881)
  • api: update link to encrypted PIN block docs (#376) (7a9616e)
  • api: updates (#367) (e14bf71)

Bug Fixes

  • client: correctly send deno version header (#364) (573421e)

Chores

v0.48.0

21 Mar 20:44
Compare
Choose a tag to compare

0.48.0 (2024-03-21)

Full Changelog: v0.47.0...v0.48.0

Features

Bug Fixes

  • handle process.env being undefined in debug func (#360) (a110110)
  • internal: make toFile use input file's options (#357) (7596a98)

Chores

  • add back examples (d7d0cd7)
  • add back removed code (2805043)
  • docs: add back custom readme code (006ea15)
  • docs: mention install from git repo (#347) (15d85c7)
  • docs: temporarily remove custom readme code (#352) (91afcaf)
  • fix error handler in readme (#348) (cd14271)
  • internal: update generated pragma comment (#356) (63c0e2e)
  • temporarily remove examples for migration (0ed20a4)
  • temporarily remove various code as part of refactor (#354) (69e70c5)

Documentation

  • contributing: improve wording (#344) (37ece41)
  • fix typo in CONTRIBUTING.md (#355) (f8f02cc)
  • readme: consistent use of sentence case in headings (#358) (ea571c3)
  • readme: document how to make undocumented requests (#359) (c218930)
  • readme: fix https proxy example (#349) (e40c8a8)
  • readme: fix typo in custom fetch implementation (#346) (aedf750)
  • remove extraneous --save and yarn install instructions (#350) (22d7f05)

v0.47.0

27 Feb 19:17
Compare
Choose a tag to compare

0.47.0 (2024-02-27)

Full Changelog: v0.46.0...v0.47.0

Features

v0.46.0

23 Feb 16:14
Compare
Choose a tag to compare

0.46.0 (2024-02-23)

Full Changelog: v0.45.0...v0.46.0

Features

Chores

v0.45.0

21 Feb 17:58
Compare
Choose a tag to compare

0.45.0 (2024-02-21)

Full Changelog: v0.44.0...v0.45.0

Features

  • api: create financial account and retry microdeposits endpoints (#337) (dff7d2e)

v0.44.0

19 Feb 22:43
Compare
Choose a tag to compare

0.44.0 (2024-02-19)

Full Changelog: v0.43.0...v0.44.0

Features

  • api: update financial_account_type and documentation (#336) (98ce85e)

Chores

  • internal: refactor release environment script (#334) (20478c1)
  • tests: add integration test for pagination (#332) (a9ebd05)

v0.43.0

07 Feb 14:33
Compare
Choose a tag to compare

0.43.0 (2024-02-07)

Full Changelog: v0.42.0...v0.43.0

Features

Chores

  • interal: make link to api.md relative (#325) (3f8d597)
  • internal: enable building when git installed (#328) (7de9cb7)
  • internal: re-order pagination import (#327) (8cad9e1)
  • respect application/vnd.api+json content-type header (#330) (f52310a)

Documentation