Skip to content

Releases: carboneio/carbone-sdk-js

Minor: Improve error messages

16 Oct 07:42
Compare
Choose a tag to compare

Support custom headers and request API v4 by default

26 Apr 14:19
Compare
Choose a tag to compare

Update packages

20 Dec 06:58
Compare
Choose a tag to compare

Update project name

03 Jun 08:16
Compare
Choose a tag to compare
v1.1.2

Update package.json

v1.1.0

02 Jun 16:04
187b776
Compare
Choose a tag to compare
  • Turn the SDK into a javascript module. The build script creates an ESM file. Instead of accessing the SDK globally through the "window.carboneRenderSDK", it is possible to import it through: import carboneRenderSDK from "carbone-sdk-js"
  • Update the default value of "version", so that, it requests the latest version 3 of Carbone
  • Update comments and examples on the doc folder