npm es6-tween 5.0.4
v5.0.4

latest releases: 5.5.11, 5.5.10, 5.5.9...
6 years ago

Deprecated

  • Timeline module

Fixed

  • jsDoc comments for being docs issue fixed
  • Docs fixed and now works properly
  • Electron.js is fixed? #45
  • VSCode installation types missing issue fixed? #47 #46
  • TWEEN.update parametr fix #48
  • Now infinite repeating tweens can be stopped #41
  • Now .chain method is back #40

Improvements

  • Now users can access to page of es6-tween via https://es6-tween.js.org, thank you https://js.org
  • Now memory usage reduced up to 3-5x while keeping performance stable
  • Accessing to subproperty now easier than ever, {x:{y:{z:5}}} now can be like {'x.y.z':5}, better?!
  • Now accessing to getter/setter much faster and effecient without creating temporarily checking object

Refactor

  • Plugins now initialized via .call(...args) insteadof new Plugin(...args)
  • Rendering engine for called via .call(...args) insteadof new Render(...args)`
  • Now plugins can change/manipulate the Tween properties/values itself, makes working with core easier
  • All plugins refactored

and some small fixes, improvements and refactors that maybe not worth type here...

Don't miss a new es6-tween release

NewReleases is sending notifications on new releases.