Skip to content

Commit

Permalink
v0.35.8
Browse files Browse the repository at this point in the history
  • Loading branch information
ljharb committed Mar 23, 2023
1 parent abcecb9 commit f3d5fed
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 4 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
@@ -1,3 +1,8 @@
# es6-shim 0.35.8 (23 March 2023)
* [Fix] `RegExp#toString`: should not have an object `.prototype`
* [Refactor] minimize dynamic lookups of `__proto__`
* [Dev Deps] update `@ljharb/eslint-config`, `tape`

# es6-shim 0.35.7 (24 December 2022)
* [Fix] in WSH, `Object.getPrototypeOf([].values())` is falsy (#466)
* [Refactor] remove unused `ES.IsIterable` function
Expand Down
2 changes: 1 addition & 1 deletion es6-shim.map

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions es6-shim.min.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "es6-shim",
"version": "0.35.7",
"version": "0.35.8",
"author": "Paul Miller (http://paulmillr.com)",
"description": "ECMAScript 6 (Harmony) compatibility shims for legacy JavaScript engines",
"keywords": [
Expand Down

0 comments on commit f3d5fed

Please sign in to comment.