Release Notes
v1.1.1
Released on April 25, 2023.
In this release, we fixed an issue with the lack of generic types in the getContent
method.
v1.1.0
Released on March 29, 2023
In this release, we've added:
- a
getImageObject
utility function to SDK Module functionalities, which allows you to map a Contentstack image to a common image format, - inline documentation for SDK Module utility functions.
getImageObject
example
const commonImage = sdk.contentstack.utils.getImageObject(contentstackImage);