v3.36.0v3.35.1
Reading changes from the repo…
Symbol.metadata
from Deno 1.40.4, improving the library's integration with the latest Deno features. Array
methods by adding missed checks, ensuring more reliable functionality when using indexOf
and includes
. create-property
helper by removing unnecessary abstractions, leading to better performance in older environments like IE8. array-last-index-of.js
, ensuring it functions correctly as intended for users relying on this method. Array#{ indexOf, includes }
, improving the reliability of these methods for end-users. esnext.set.intersection.v2
detection and tests, ensuring accurate functionality for users utilizing this feature.