Skip to content

Releases: julbrs/netsuite-api-client

v1.0.2

25 Oct 14:02
Compare
Choose a tag to compare

What's Changed

New Contributors

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

v1.0.1

29 Feb 16:58
Compare
Choose a tag to compare

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

29 Oct 01:11
Compare
Choose a tag to compare

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

12 Oct 20:10
Compare
Choose a tag to compare
  • 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!