Skip to content

Releases: julbrs/netsuite-api-client

v1.1.0

Choose a tag to compare

@julbrs julbrs released this 10 Jun 14:04

What's Changed

  • chore(deps): update actions/checkout action to v6 by @renovate[bot] in #51
  • chore(deps): update dependency typescript to v5.9.3 by @renovate[bot] in #43
  • chore(deps): update dependency @tsconfig/node20 to v20.1.9 by @renovate[bot] in #40
  • chore(deps): update dependency typescript to v6 by @renovate[bot] in #54
  • chore(deps): update pnpm/action-setup action to v6 by @renovate[bot] in #55
  • fix(deps): update dependency got to v15 by @renovate[bot] in #56
  • chore(deps): replace dependency @tsconfig/node20 with @tsconfig/node22 by @renovate[bot] in #52
  • chore(deps): update dependency dotenv to v17 by @renovate[bot] in #45
  • Feature/fix ts v6 by @julbrs in #57
  • chore(deps): update vitest monorepo to v3.2.6 by @renovate[bot] in #39
  • chore(deps): update actions/setup-node action to v6 by @renovate[bot] in #49
  • chore(deps): update vitest monorepo to v4 by @renovate[bot] in #50
  • chore(deps): update dependency pnpm to v11 by @renovate[bot] in #53
  • Allow override values for got request options by @elcheshoro in #41
  • docs: update README to include request options and usage examples by @julbrs in #58

New Contributors

Full Changelog: v1.0.3...v1.1.0

v1.0.3

Choose a tag to compare

@julbrs julbrs released this 03 Mar 13:36

What's Changed

  • Update dependency got to v14 by @renovate in #20
  • Update vitest monorepo to v2.1.4 by @renovate in #14
  • Update dependency got to v14.4.4 by @renovate in #22
  • chore(config): migrate renovate config by @renovate in #21
  • chore(deps): update vitest monorepo to v2.1.8 by @renovate in #23
  • chore(deps): update vitest monorepo to v2.1.8 by @renovate in #29
  • chore(deps): update dependency dotenv to v16.4.7 by @renovate in #27
  • fix(deps): update dependency got to v14.4.5 by @renovate in #25
  • chore(deps): update dependency dotenv to v16.4.7 by @renovate in #31
  • chore(deps): update dependency typescript to v5.7.2 by @renovate in #24
  • Extend test timeout by @julbrs in #32
  • fix(deps): update dependency got to v14.4.6 by @renovate in #36
  • chore(deps): update vitest monorepo to v2.1.9 - autoclosed by @renovate in #35
  • chore(deps): update dependency typescript to v5.8.2 by @renovate in #33
  • chore(deps): update vitest monorepo to v3 (major) by @renovate in #34
  • Update request method tests to use async/await for error handling by @julbrs in #38
  • feat: add RESTlet support by @steven-t-h in #37

New Contributors

Full Changelog: v1.0.2...v1.0.3

v1.0.2

Choose a tag to compare

@julbrs julbrs released this 25 Oct 14:02

What's Changed

New Contributors

Full Changelog: v1.0.1...v1.0.2

v1.0.1

Choose a tag to compare

@julbrs julbrs released this 29 Feb 16:58

What's Changed

  • Added headers to type and request return by @obaid-asghar in #7
  • Add header signature by @julbrs in #12
  • chore(deps): update vitest monorepo to v1 (major) by @renovate in #9
  • chore(deps): update vitest monorepo to v1.3.1 by @renovate in #11
  • chore(deps): update dependency typescript to v5.3.3 by @renovate in #6
  • chore(deps): update dependency dotenv to v16.4.5 by @renovate in #10

New Contributors

Full Changelog: v1.0.0...v1.0.1

v1.0.0

Choose a tag to compare

@julbrs julbrs released this 29 Oct 01:11

Fix the object sent by the result() method: we want to have a data prop that is JSON parsed like netsuite-rest.

v0.1.4

Choose a tag to compare

@julbrs julbrs released this 12 Oct 20:10
  • better error handling! The error message from Netsuite will be printed in the error message. you don't need to dig the got HttpError object anymore!