Skip to content

Releases: renderforest/renderforest-sdk-node

v0.5.2

19 Jun 08:55
6a3713e
Compare
Choose a tag to compare
  • Added possibility to chain after setImage and setVideo setters.

v0.5.0

13 Jun 13:51
13e40d3
Compare
Choose a tag to compare
  • Added returnProjectData feature
  • Added calling save on screen and area instances
  • Updated documentation according to new changes

v0.4.2

11 Apr 13:14
43ce2f6
Compare
Choose a tag to compare
  • Added fonts resources from which it's possible to get fonts by id.
  • Added getFonts getter and setFonts, 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

26 Mar 07:51
d56f2e1
Compare
Choose a tag to compare
  • 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

19 Mar 07:42
1b0965d
Compare
Choose a tag to compare
  • 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

08 Feb 11:23
3dae667
Compare
Choose a tag to compare
  • Fixed optional quality parameter error throwing issue.

v0.3.8

08 Feb 08:10
198f41e
Compare
Choose a tag to compare
  • Added new endpoint for deleting specific project videos.
  • Added optional watermark parameter in render project method.
  • Updated docs.

v0.3.6

23 Jan 11:20
8f4392c
Compare
Choose a tag to compare
  • 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

15 Jan 14:32
3310e67
Compare
Choose a tag to compare
  • 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

11 Dec 09:13
2a0c21a
Compare
Choose a tag to compare
  • add a detailed description in README for pushScreen