0193826842483d2e2f8d3fc67cebab3672810d8fe2ab4974bb120a71b83b2c7b886c1f06e28cd78a58c2acc0cd6031209772188dcd1cd632fce4a2b57a8296 803 B

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647
  1. # 1.1.11-alpha (2019-08-29)
  2. ### Perfect
  3. - **babel:** Upgrade babel compilation mode.
  4. # 1.1.10-alpha (2019-07-08)
  5. ### Perfect
  6. - **core:** Do some optimizations.
  7. # 1.1.9-alpha (2019-06-06)
  8. ### Bug Fixes
  9. - **core:** Default export exception.
  10. # 1.1.8-alpha (2019-06-06)
  11. ### Perfect
  12. - **ES5:** Use babel to transcode to `ES5`.
  13. # 1.1.7-alpha (2019-06-06)
  14. ### Perfect
  15. - **curve:** Optmization curve `easeOutCubic`.
  16. # 1.1.6-alpha (2019-05-23)
  17. ### Perfect
  18. - **core:** Add try cacth to enhance compatibility (when the parameter exception causes an error, it returns directly to the "End State").
  19. # 1.1.5-alpha (2019-05-07)
  20. ### Bug Fixes
  21. - **core:** Fix an exception caused by a variable name error.
  22. # 1.1.4-alpha (2019-04-28)
  23. ### Perfect
  24. - **curve:** Improve the commonly used easing curve.