Skip to content

3.6.2 - 2020.01.07

Compare
Choose a tag to compare
@zloirock zloirock released this 06 Jan 17:35
· 3625 commits to master since this release
  • Fixed early implementations of Array#{ every, forEach, includes, indexOf, lastIndexOf, reduce, reduceRight, slice, some, splice } for the usage of ToLength
  • Added RegExp#exec dependency to methods which depends on the correctness of logic of this method (3.6.0-3.6.1 issue), #741
  • Refactored some internals