Releases: renderforest/renderforest-sdk-node
Releases · renderforest/renderforest-sdk-node
v0.5.2
v0.5.0
- Added returnProjectData feature
- Added calling save on screen and area instances
- Updated documentation according to new changes
v0.4.2
- Added fonts resources from which it's possible to get fonts by id.
- Added
getFonts
getter andsetFonts
,resetFonts
setters to project data instance. - Added usage examples for resources and getter/setters.
- Added text area font scale adjustment.
- Updated the documentation according to changes.
v0.4.1
- added
getRenderingStatus
method to projects resource, the client is updated. - updated the documentation according to new changes.
- added sample for using
getRenderingStatus
.
v0.4.0
- Added possibility to adjust lower third settings.
- Restructured whole SDK.
- Added possibility to edit
projectDataInstance
,screens
using builder pattern. - Added save() API for
projectDataInstance
. - Added possibility to use
Renderforest
client methods without payloads. - Updated documentation.
- Updated samples.
v0.3.9
- Fixed optional quality parameter error throwing issue.
v0.3.8
- Added new endpoint for deleting specific project videos.
- Added optional watermark parameter in render project method.
- Updated docs.
v0.3.6
- Added validation for redundant screen id in project data utility (checks if there is already screen with given
id, then throws error). - In errors utility used reduce for initializing custom errors instead of redundant classes.
- Added screen duration measuring utility.
- Added
AVERAGE_CHARS_IN_WORD
constant to config file. - Implemented new methods for screen object:
isDurationAdjustable
,calculateScreenDuration
,
getMaxPossibleDuration
,setDuration
,isIconPositionAdjustable
,toggleIconPosition
. - Implemented new method for area object:
getRecommendedCharacterCount
. - Added documentation in README.md file for methods described above.
- Added usage examples for methods described above.
v0.3.5
- Initialized .npmignore file for examples folder.
- Added config file and store data like host, prefix and etc.
- Renamed Http class to Api.
- Added Web request module.
- Added
getTemplateSVGContent
method to Renderforest client class. - Added usage example and docs for
getTemplateSVGContent
method.
v0.3.4
- add a detailed description in README for
pushScreen