Skip to content

Releases: anthonyhagi/kit-node-sdk

v0.3.2

07 Mar 03:15

Choose a tag to compare

Patch Changes

v0.3.1

23 Nov 03:49

Choose a tag to compare

Patch Changes

  • 139a3eb: update doc block urls for api references
  • fa4f602: update all dev dependencies to latest versions
  • 139a3eb: resolve incorrect types for account and broadcasts

v0.3.0

13 Nov 13:24

Choose a tag to compare

Minor Changes

  • 4a09457: add /subscribers/filter endpoint
  • 2a645ac: add /subscriber/:id/stats endpoint

v0.2.5

09 Nov 11:45

Choose a tag to compare

Patch Changes

  • d77f07a: Ensure build files generated before release

v0.2.4

09 Nov 07:38

Choose a tag to compare

Patch Changes

  • 182cf9b: Fix issue with cjs types not resolving correctly

v0.2.3

22 Sep 07:30
1dc01a3

Choose a tag to compare

Patch Changes

  • cf6e419: Bump dev dependencies to latest version

v0.2.2

23 Jun 10:48
be5a80e

Choose a tag to compare

Patch Changes

  • 225269d: Bump dev dependencies to latest version

v0.2.1

09 Jun 03:16
d042d71

Choose a tag to compare

Patch Changes

  • 9db19d0: Resolved various issues related to the main api client:

    • Added test cases to ensure retry logic works as expected.
    • Added test cases to ensure retry configuration is respected.
    • Resolved a bug when a JSON body was unable to be parsed, the body was attempted to be parsed again as text.

v0.2.0

04 Jun 09:33
f2c89cb

Choose a tag to compare

Minor Changes

  • cd89a2b: add retry logic for 5xx adn 429 requests if they fail

v0.1.2

03 Jun 13:57
b9aac19

Choose a tag to compare

Patch Changes

  • 3c9c0fb: Update readme with api documentation and relevant information