Releases: darcy-rayner/colib-js
Releases · darcy-rayner/colib-js
v1.1.0
v1.0.1
v1.0.0
1.0.0 (2019-08-11)
Bug Fixes
- command-queue: fix bug where delta time isn't tracked correctly (19c95f4)
- fix broken test (20c5c7a)
- fix readme badge link (1512441)
- fix which files are packaged (6e5d79f)
- set package access level to public (c691d9a)
chore
Code Refactoring
- change waitForSeconds to waitForTime (d4d2718)
- rename enqueue to push for simplicity (98711bd)
- rename scaleBy to scaleByNum, and new scaleBy function (b39cc99)
Features
- add changeFromColor command (a89ef02)
- add changeFromOffset and changeToOffset commands (7b58d4d)
- add changeTo command for tweening object properties (2598f52)
- add changeToColor command (a0fd06f)
- add color parser for rgb css values (6cb47ce)
- add CommandScheduler class (f187c19)
- add global runner to make scheduling easier (82b3cbe)
- add hsv color parsing (129782d)
- ref.ts: add the ref utility class for capturing value (1d6ce9c)
- add mapParallel and mapSequential commands (44befcb)
- add option to interpolate colors using HSV and HSL (71492d9)
- add port of commands and command-queue (41d1c0c)
- add scaleFrom command (a3b1514)
- add tweening operations for single number (cb4da0b)
- allow changeTo to tween objects recursively (7167290)
- create CommandQueueGroup class (a0f9292)
- initial version of repository (f331584)
BREAKING CHANGES
- API of CommandQueue has changed
- API has changed
- method rename
- change of import structure
- import paths changed