Skip to content

Releases: tweenjs/tween.js

v16.5.0

26 Jan 17:32
Compare
Choose a tag to compare

<a name"16.5.0">

16.5.0 (2017-01-26)

Bug Fixes

  • Defer the saving of starting values until '.start()'. (bfb739b8)

Features

  • update contributing with proper url, and also HOPEFULLY fixes semantic-release. (befb8b03)
  • update .travis.yml node_js engine version (5742c4b8)
  • update semantic-release (8aa0bb27)

16.4

16 Dec 04:36
Compare
Choose a tag to compare
  • Add support for strict mode.
  • Non-enumerable properties of the source object can now be tweened. Values in the destination object must still be enumerable in order for them to be tweened.
  • Added an "end" function which is known to randomly fail. Don't use it until we fix that!
  • Fixed the timestamp calculation for node.js.
  • Removed some redundant start-value copying.
  • Removed excess arguments to parseFloat.
  • Fixed a possible issue with transpilers and the performance.now polyfill.

v16.3.5

03 Aug 05:57
Compare
Choose a tag to compare

<a name"16.3.5">

16.3.5 (2016-08-03)

Bug Fixes

  • node.js support
  • Allow npm scripts to be run on Windows by removing occurrences of "$(pwd)" (b5e62cc8)
  • Fix relative values in IE.

Features

  • Preservation flag feature - pass "true" as the second option to TWEEN.update to prevent it from removing any completed tweens.

v16.3.4

12 Jan 16:45
Compare
Choose a tag to compare

<a name"16.3.4">

16.3.4 (2016-01-12)

Bug Fixes

  • Don't interpret string values as relative if they do not start with a sign. and (6cb21f23, closes #239, #243)

v16.3.3

12 Jan 16:15
Compare
Choose a tag to compare

<a name"16.3.3">

16.3.3 (2016-01-12)

Bug Fixes

  • do not interpolate properties that do not exist in the source object. (6a6e037e, closes #244)

v16.3.2

12 Jan 14:44
Compare
Choose a tag to compare

<a name"16.3.2">

16.3.2 (2016-01-12)

Bug Fixes

  • add a bogus version number in package.json so the library can be installed using (9b3bce76, closes #242)

v16.3.1

29 Sep 21:37
Compare
Choose a tag to compare

<a name"16.3.1">

16.3.1 (2015-09-29)

Bug Fixes

v16.3.0

29 Sep 20:06
Compare
Choose a tag to compare

<a name"16.3.0">

16.3.0 (2015-09-29)

Features

  • Run style tests when running the tests too, via JSCS - (be09583e, closes #222)

v16.2.0

29 Sep 16:10
Compare
Choose a tag to compare

<a name"16.2.0">

16.2.0 (2015-09-29)

Features

  • run correctness test when running tests, via jshint. (fabac21a, closes #225)

v16.1.1

29 Sep 15:34
Compare
Choose a tag to compare

<a name"16.1.1">

16.1.1 (2015-09-29)

Bug Fixes