Skip to content

Commit 66d30b6

Browse files
committed
Update: Most issue fixed
#### Fixes - `reverse` method fix - `emit`, `on`, `once`, `off` method for global `TWEEN` method fix - timing sync issue partially fixed #### Improvements - Small-margin performance improvements - Timing offset fixed #### Optimization - Optimized code speed #### NEW features - Coming soon...
1 parent 0fa5307 commit 66d30b6

File tree

9 files changed

+201
-165
lines changed

9 files changed

+201
-165
lines changed

CHANGELOG.md

Lines changed: 22 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,23 @@
11
# CHANGELOG
22

3+
## v1.2.2: Most issue fixed
4+
5+
#### Fixes
6+
- `reverse` method fix
7+
- `emit`, `on`, `once`, `off` method for global `TWEEN` method fix
8+
- timing sync issue partially fixed
9+
10+
#### Improvements
11+
- Small-margin performance improvements
12+
- Timing offset fixed
13+
14+
#### Optimization
15+
- Optimized code speed
16+
17+
#### NEW features
18+
- Coming soon...
19+
20+
321
## v1.2.1: Small bug-fix
422

523
#### Fixes
@@ -24,4 +42,7 @@
2442
- Added new string tweening support
2543
- Added new Array tweening support
2644
- Added new Object tweening support
27-
- Added recursive tweening support
45+
- Added recursive tweening support
46+
47+
## Older versions...
48+
- Please see releases page

0 commit comments

Comments
 (0)