v0.3.6
·
294 commits
to master
since this release
- 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.