Skip to content

Releases: smartsheet/smartsheet-javascript-sdk

v4.0.2

23 Oct 20:12
3f2de23
Compare
Choose a tag to compare

Fix

  • Fix issue #44 which was constantly sending the Content-Type header as application/json. Import and use the mime library to generate this header based on the fileName option type e.g. test.csv will result in Content-Type: text/csv.

v4.0.1

20 Oct 16:36
e4260e2
Compare
Choose a tag to compare

FIX

  • Resolved 4.0.0 issue with handling errors

v4.0.0

20 Oct 14:05
9c0e004
Compare
Choose a tag to compare

Security

  • Remove request in favor of axios.

v3.1.4

22 Aug 22:42
e814973
Compare
Choose a tag to compare

Fix

  • Revert 3.1.3 changes

v3.1.3

22 Aug 21:13
ff70b88
Compare
Choose a tag to compare

Security

  • Removed request dependency and replaced it with Axios

v3.1.2

13 Jun 16:30
063041e
Compare
Choose a tag to compare

Fixed

  • Added missing euBaseURI constant for smartsheet.eu

v3.1.1

07 Jun 13:24
48ea587
Compare
Choose a tag to compare

Added

  • Developer program agreement to README.md

v3.1.0

17 Feb 15:04
f924a30
Compare
Choose a tag to compare

Added

  • Support for deactivate user endpoint
  • Support for reactivate user endpoint

v3.0.0

05 Dec 16:06
d839aa8
Compare
Choose a tag to compare

Updated

  • Migrated SDK to new project
  • Update supported versions to 14, 16 and 18

Added

  • Add Github Actions pipeline

Fixed

  • Updated code to adhere to jshint linting