Releases
v5.0.4
Compare
Sorry, something went wrong.
No results found
Deprecated
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...
You can’t perform that action at this time.