Skip to content

Tags: sole/tween.js

Tags

v16.6.0

Toggle v16.6.0's commit message
feat: fix wrong contributing urls again. sigh

v16.5.0

Toggle v16.5.0's commit message
feat: update contributing with proper url, and also HOPEFULLY fixes s…

…emantic-release.

16.4

Toggle 16.4's commit message
Don't save starting properties in the Tween constructor.

v16.3.5

Toggle v16.3.5's commit message
fix: Allow npm scripts to be run on Windows by removing occurrences o…

…f "/c/Users/mike/Documents/repo/tween.js".

v16.3.4

Toggle v16.3.4's commit message
fix: Don't interpret string values as relative if they do not start w…

…ith a sign. Closes tweenjs#239 and also add tests to define the behaviour of relative values, closes tweenjs#243

v16.3.3

Toggle v16.3.3's commit message
fix: do not interpolate properties that do not exist in the source ob…

…ject. Closes tweenjs#244

v16.3.2

Toggle v16.3.2's commit message
fix: add a bogus version number in package.json so the library can be…

… installed using the git protocol (e.g. from github). Closes tweenjs#242

v16.3.1

Toggle v16.3.1's commit message
fix: implement fix from @benfoxall for 'chained tweens get out of syn…

…c with sporadic updates'. Closes tweenjs#187

v16.3.0

Toggle v16.3.0's commit message
feat: Run style tests when running the tests too, via JSCS - closes t…

…weenjs#222

v16.2.0

Toggle v16.2.0's commit message
feat: run correctness test when running tests, via jshint. Closes twe…

…enjs#225