v3.38.0v3.37.1
Reading changes from the repo…
Uint8Array
now supports a toBase64
method with an omitPadding
option, enhancing data handling capabilities. Promise.try
method is added and marked as supported from V8 ~ Chromium 128, providing a new way to handle asynchronous operations. RegExp.escape
method is now available, allowing for easier handling of special characters in regular expressions. eslint
rules are updated to improve code quality and maintainability, leading to a more robust library. RegExp.escape
method to handle all cases of ControlEscape
according to the current specification, ensuring accurate functionality. handleNCG
method of es.regexp.constructor
, which now correctly considers captured groups inside non-capturing groups.