Skip to content

Releases: StevanFreeborn/onspring-api-sdk-javascript

v1.0.10

Choose a tag to compare

@StevanFreeborn StevanFreeborn released this 29 Jul 01:26

1.0.10 (2026-07-29)

Bug Fixes

  • extend CI matrix to Node 22/24/26 and pin rimraf for Node 14 compat (d189950)
  • load dotenv via -r dotenv/config and use process.env directly in integration tests (3bc60bb)
  • migrate from nyc to c8 for coverage (a4a7a28)
  • prevent integration test hang on Node 22+ by using non-keepalive agents via getClient() helper (1faca74)
  • replace baseURL/apiKey exports with getters, upgrade nyc, drop Node 14 from CI (76efc86)
  • resolve npm security vulnerabilities and migrate to ESLint flat config (70896b7)

v1.0.9

Choose a tag to compare

@StevanFreeborn StevanFreeborn released this 29 Jul 01:24

1.0.9 (2026-03-25)

Bug Fixes

  • update dependencies to address vulnerabilities (d83403e)

v1.0.8

Choose a tag to compare

@StevanFreeborn StevanFreeborn released this 07 Oct 16:38
50fd735

1.0.8 (2025-10-07)

Bug Fixes

  • resolve linter errors (e4a7e5c)
  • update dependencies and address vulnerabilities in dependencies (0bf8f06)

v1.0.7

Choose a tag to compare

@StevanFreeborn StevanFreeborn released this 16 Apr 02:46

1.0.7 (2025-04-16)

Bug Fixes

  • make sure proper ids are passed to constructor (ca34b03)

v1.0.6

Choose a tag to compare

@StevanFreeborn StevanFreeborn released this 14 Aug 14:29
6aa3741

1.0.6 (2024-08-14)

Bug Fixes

v1.0.5

Choose a tag to compare

@StevanFreeborn StevanFreeborn released this 19 Jul 04:12

1.0.5 (2024-07-19)

Bug Fixes

  • address vulns and upgrade deps (762c0fd)

v1.0.4

Choose a tag to compare

@StevanFreeborn StevanFreeborn released this 23 Mar 20:21
90a559a

1.0.4 (2024-03-23)

Full Changelog: v1.0.3...v1.0.4

v1.0.3

Choose a tag to compare

@StevanFreeborn StevanFreeborn released this 22 Feb 04:42
e937d05

1.0.3 (2023-02-22)

Bug Fixes

  • add jsdoc comments to models (07ec44a)
  • add jsdoc comments to models (396660e)
  • finished updating README.md (ad9325a)
  • incorrectly spelled variable name corrected (0f58867)
  • update jsdoc comments for enums (e97ee15)
  • update jsdoc comments for enums (f3c69d3)

v1.0.2

Choose a tag to compare

@StevanFreeborn StevanFreeborn released this 21 Feb 22:48
e393491

1.0.2 (2023-02-21)

Bug Fixes

v1.0.1

Choose a tag to compare

@StevanFreeborn StevanFreeborn released this 21 Feb 19:42
2000a86

1.0.1 (2023-02-21)

Bug Fixes

  • make changes to allow esm imports to work properly (b989adc)
  • update package.json to properly handle bringing in exports with import or require (7e33c5e)