Skip to content

Releases: lithic-com/lithic-node

v0.93.0

29 Jan 06:23
Compare
Choose a tag to compare

0.93.0 (2025-01-28)

Full Changelog: v0.92.0...v0.93.0

Features

  • api: adds additional request types for updating an Auth Rule (#610) (1bdac49)

v0.92.0

24 Jan 16:42
Compare
Choose a tag to compare

0.92.0 (2025-01-24)

Full Changelog: v0.91.1...v0.92.0

Features

  • api: adds additional fields to TransactionEvents (#609) (0404528)

Chores

  • api: additional field added to 3DS Responses and Tokenization (#607) (bb098a5)

v0.91.1

22 Jan 03:04
Compare
Choose a tag to compare

0.91.1 (2025-01-21)

Full Changelog: v0.91.0...v0.91.1

Bug Fixes

  • reuse model in pagination items type (#605) (63d4498)

Chores

  • add back compat aliases for LineItemListResponse (3a8e040)
  • api: adds dpan property to Tokenization (#602) (3c75229)
  • docs: updates documentation for DPANs (#603) (753bcf0)
  • internal: add test (#604) (12512e5)
  • types: add | undefined to client options properties (#600) (ca52615)

Documentation

v0.91.0

14 Jan 14:37
Compare
Choose a tag to compare

0.91.0 (2025-01-14)

Full Changelog: v0.90.0...v0.91.0

⚠ BREAKING CHANGES

  • types: improve auth rules types (#599)

Features

Bug Fixes

Chores

Documentation

v0.90.0

18 Dec 15:30
Compare
Choose a tag to compare

0.90.0 (2024-12-18)

Full Changelog: v0.89.0...v0.90.0

⚠ BREAKING CHANGES

  • api: removes AccountHolder resubmit endpoint and KYC_ADVANCED workflow (#588)

Features

  • api: removes AccountHolder resubmit endpoint and KYC_ADVANCED workflow (#588) (d1fb982)

Chores

  • api: new ConvertPhysical endpoint to convert a virtual card to a physical card (#585) (fd21fb6)
  • internal: fix some typos (#587) (c56f5bc)

v0.89.0

11 Dec 15:46
53ee063
Compare
Choose a tag to compare

0.89.0 (2024-12-11)

Full Changelog: v0.88.0...v0.89.0

Features

  • api: adds EventRuleResult to Transaction Events (#579) (fa60530)

Bug Fixes

  • events.resend was missing v1 url prefix (01eabac)

Chores

  • internal: bump cross-spawn to v7.0.6 (#582) (bd9dcf1)
  • internal: remove unnecessary getRequestClient function (#581) (5a5e522)
  • internal: update isAbsoluteURL (#584) (53a2eca)
  • types: nicer error class types + jsdocs (#583) (2f91aae)

v0.88.0

28 Nov 13:32
2ed4f02
Compare
Choose a tag to compare

0.88.0 (2024-11-28)

Full Changelog: v0.87.0...v0.88.0

Features

  • api: updates to Auth Rules numeric types, new Card Types and Authorization Rule Backtests (#574) (a005b55)
  • internal: make git install file structure match npm (#577) (866b317)

Chores

  • api: add backtest methods to AuthRules (#576) (fb6a246)

v0.87.0

21 Nov 19:46
Compare
Choose a tag to compare

0.87.0 (2024-11-21)

Full Changelog: v0.86.0...v0.87.0

Features

Bug Fixes

  • docs: add missing await to pagination example (#568) (5caff62)
  • internal: add back CP (8ea9e95)

Chores

  • api: add business_account_token param for listing Balances (#564) (88e2d76)
  • api: adds replacement_account_token to Card create parameters (#562) (fe79fcf)
  • client: drop unused devDependency (#569) (101ac75)
  • internal: use reexports not destructuring (#565) (65e4f11)
  • remove redundant word in comment (#573) (d0e1158)
  • tests: limit array example length (#570) (f514713)

Documentation

  • remove suggestion to use npm call out (#571) (1ffb063)

v0.86.0

06 Nov 22:03
Compare
Choose a tag to compare

0.86.0 (2024-11-06)

Full Changelog: v0.85.2...v0.86.0

⚠ BREAKING CHANGES

  • api: removes AuthRules V1 (#556)

Features

Bug Fixes

  • don't require deno to run build-deno (#555) (9ced303)

Chores

v0.85.2

06 Nov 21:58
Compare
Choose a tag to compare

0.85.2 (2024-11-06)

Full Changelog: v0.85.1...v0.85.2

Bug Fixes

  • internal: update http method for chargeoff (5601cba)