Skip to content

Releases: orbcorp/orb-node

v2.5.1

08 May 17:55

Choose a tag to compare

2.5.1 (2024-05-08)

Full Changelog: v2.5.0...v2.5.1

Chores

  • remove unintentional file inclusion (71a97f9)

v2.5.0

08 May 17:08

Choose a tag to compare

2.5.0 (2024-05-08)

Full Changelog: v2.4.1...v2.5.0

Features

v2.4.1

03 May 15:06

Choose a tag to compare

2.4.1 (2024-05-03)

Full Changelog: v2.4.0...v2.4.1

Bug Fixes

  • package: revert recent client file change (#182) (682eecb)

v2.4.0

02 May 08:36

Choose a tag to compare

2.4.0 (2024-05-02)

Full Changelog: v2.3.0...v2.4.0

Features

Bug Fixes

  • api: add shared model BillingCycleRelativeDate (#167) (bb6764e)
  • api: some path params were incorrectly typed as nullable (#166) (bafd0a9)
  • use UTC timezone for verifying webhook signature (5eb9d2c), closes #156

Chores

  • internal: add link to openapi spec (#176) (fd77e6a)
  • internal: add scripts/test and scripts/mock (#173) (495558b)
  • internal: add scripts/test, scripts/mock and add ci job (#177) (4440933)
  • internal: formatting (#161) (b4ae917)
  • internal: forward arguments in scripts/test (#178) (0564bfe)
  • internal: move client class to separate file (#180) (9f56e13)
  • internal: refactor scripts (#175) (76f4954)
  • internal: update gitignore (#160) (bbd39e8)
  • internal: use @swc/jest for running tests (#165) (50ad2b0)
  • internal: use actions/checkout@v4 for codeflow (#171) (dcf2157)
  • use debug instead of console log for webhook signature logging (590cbf1)

Build System

  • configure UTF-8 locale in devcontainer (#162) (b1b8a5a)

v2.3.0

24 Apr 02:48
630753b

Choose a tag to compare

2.3.0 (2024-04-24)

Full Changelog: v2.2.0...v2.3.0

Features

Bug Fixes

  • api: add shared model BillingCycleRelativeDate (#167) (8677375)
  • api: some path params were incorrectly typed as nullable (#166) (eeb81d4)
  • use UTC timezone for verifying webhook signature (9a0b87a), closes #156

Chores

  • internal: formatting (#161) (db765d8)
  • internal: update gitignore (#160) (7a2c39f)
  • internal: use @swc/jest for running tests (#165) (c744e70)
  • use debug instead of console log for webhook signature logging (590cbf1)

Build System

  • configure UTF-8 locale in devcontainer (#162) (aa09c7d)

v2.2.0

08 Apr 17:43
3ef8638

Choose a tag to compare

2.2.0 (2024-04-08)

Full Changelog: v2.1.2...v2.2.0

Features

Chores

v2.1.2

25 Mar 11:29

Choose a tag to compare

2.1.2 (2024-03-25)

Full Changelog: v2.1.1...v2.1.2

Bug Fixes

  • client: correctly send deno version header (#139) (b144fb1)

v2.1.1

21 Mar 15:55

Choose a tag to compare

2.1.1 (2024-03-21)

Full Changelog: v2.1.0...v2.1.1

Bug Fixes

  • handle process.env being undefined in debug func (#137) (a5bdbc9)

v2.1.0

21 Mar 13:43

Choose a tag to compare

2.1.0 (2024-03-21)

Full Changelog: v2.0.1...v2.1.0

Features

Chores

  • errors: fallback to empty array for validation errors (#135) (50352c2)

Documentation

  • readme: consistent use of sentence case in headings (#132) (ef902e3)
  • readme: document how to make undocumented requests (#134) (a84bdad)

v2.0.1

19 Mar 22:59

Choose a tag to compare

2.0.1 (2024-03-19)

Full Changelog: v2.0.0...v2.0.1

Bug Fixes

  • internal: make toFile use input file's options (#131) (3dcf78e)

Chores

  • internal: update generated pragma comment (#129) (a981349)

Documentation