Releases: carboneio/carbone-sdk-js
Releases · carboneio/carbone-sdk-js
Minor: Improve error messages
Support custom headers and request API v4 by default
Read the changelog to learn more
Update packages
Update project name
v1.1.2 Update package.json
v1.1.0
- 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