3.1.4 - 2019.06.15
- Refactoring. Many minor internal improvements and fixes like:
- Improved
Symbol.keyFor
complexity toO(1)
- Fixed the order of arguments validation in
String.prototype.{ endsWith, includes, startsWith }
- Internal implementation of
RegExp#flags
helper now respectdotAll
flag (mainly ralated to thepure
version) - Performace optimizations related old V8
- Etc.
- Improved