Skip to content

3.3.5 - 2019.10.29

Compare
Choose a tag to compare
@zloirock zloirock released this 28 Oct 17:29
· 3579 commits to master since this release
  • Added a workaround of V8 deoptimization which causes serious performance degradation (~4x in my tests) of Array#concat, #679
  • Added a workaround of V8 deoptimization which causes slightly performance degradation of Promise, #679
  • Added (Async)Iterator.prototype.constructor -> (Async)Iterator per this issue
  • Added compat data for Chromium-based Edge