Skip to content

Releases: darcy-rayner/colib-js

v1.1.0

12 Aug 00:11
2cd30d0
Compare
Choose a tag to compare

1.1.0 (2019-08-12)

Features

  • add new export for browser script tags (663594b)

v1.0.1

11 Aug 23:00
6d66fbf
Compare
Choose a tag to compare

1.0.1 (2019-08-11)

Bug Fixes

  • detect node environment correctly (88d6543)

v1.0.0

11 Aug 20:23
2488d41
Compare
Choose a tag to compare

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

  • move all commands into commands directory (d311920)
  • rename tweens directory to commands (a324f41)

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