Skip to content

3.1.4 - 2019.06.15

Compare
Choose a tag to compare
@zloirock zloirock released this 15 Jun 11:55
· 3968 commits to master since this release
  • Refactoring. Many minor internal improvements and fixes like:
    • Improved Symbol.keyFor complexity to O(1)
    • Fixed the order of arguments validation in String.prototype.{ endsWith, includes, startsWith }
    • Internal implementation of RegExp#flags helper now respect dotAll flag (mainly ralated to the pure version)
    • Performace optimizations related old V8
    • Etc.