Skip to content

v0.3.6

Compare
Choose a tag to compare
@narekhovhannisyan narekhovhannisyan released this 23 Jan 11:20
· 294 commits to master since this release
8f4392c
  • 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.