Skip to content

Commit

Permalink
v4.6.6
Browse files Browse the repository at this point in the history
  • Loading branch information
ljharb committed Apr 22, 2022
1 parent 9c86a48 commit 0c55f1e
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 3 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,14 @@
4.6.6
- [Fix] `splice`: IE 8: upgrade ES5 impls to ES6 default argument behavior
- [Fix] `toExponential`: IE 6 native toExponential does not throw with infinite fractionDigits
- [Fix] `Date`: fix a bug in modern Safari (#481)
- [Fix] ensure `parseInt` replacements are not constructible
- [readme] add standalone shims
- [readme] add `Array.prototype.splice` and standalone shim
- [Tests] fix a test failure with a custom matcher in IE 6
- [Tests] pave over Firefox’s increased getMinutes precision
- [Dev Deps] update `eslint`, `@ljharb/eslint-config`

4.6.5
- [Fix] IE 8 has a broken `Object.defineProperty`
- [patch] replace dead link in comment with archive.org link
Expand Down
2 changes: 1 addition & 1 deletion es5-shim.map

Large diffs are not rendered by default.

Loading

0 comments on commit 0c55f1e

Please sign in to comment.