- Under the hood, files larger than 20mb will be uploaded in chunks
- Adds automatic retry for uploads
- Add thumbnails and permalink to Asset type
- Add
fetchAssetChangelog
to retrieve the changelog for an asset
- Update asset meta types
- Allow creating assets with dateAdded and dateUpdated
validateAsset
data option is now optional
createAsset
has been renamedcreateFileAsset
and item data is now optionally provided in thedata
argument meaning that assets can now be created in the library without being added to a kit- Add
validateAsset
has been renamedvalidateFileAsset
- Removed deprecated
fetchAssetsForHeading
, usefetchItemsForHeading
- Remove unnecessary
notes
argument fromvalidateAsset
- The second argument of
downloadAsset
andgetAssetDownloadUrl
is now an option instead of atype
. Type should now be included in the options object.dpi
anddimension
options are also now available.
- Added
createColorAsset
- Added
createSupportingContent
- Added
createGuide
- Added
createCodeSnippet
- Added
createColorAsset
createFileAsset
now supports creating font files
- Add
validateAsset
- Rename the pacakge to @lingo-app/node
- Add support for write APIs
- Overall refactor to improve tooling and code organization
fetchKitOutline
now returns the entire kit version with sections nested (previous returned just the array of sections)searchAssetsInKit
has been replaced withlingo.search
and the search query building class- All responses are now returned in camel case and any instance of uuid has changed to id to feel more at home in JS/TS.
- Add fetchAllItemsInSection
- Deprecate and rename fetchAssetsForHeading to fetchItemsForSection