Skip to content

Commit c45bc90

Browse files
committed
v4.1.10
1 parent 7ed771c commit c45bc90

File tree

6 files changed

+17
-6
lines changed

6 files changed

+17
-6
lines changed

CHANGES

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,14 @@
1+
4.1.10
2+
- [Fix] Fix IE 8 issue with `window.frameElement` access in a child iframe (#322)
3+
- [Tests] Consolidating `Date.parse` extended year tests
4+
- [Tests] Account for a `Date.parse` precision variance in Safari 8
5+
- [Tests] DRY up some Date.parse tests
6+
- [Tests] Don't create globals in Date tests
7+
- [Tests] Better failure output when an invalid date's toJSON throws
8+
- [Tests] Also compare lengths of array-likes
9+
- [Tests] Extra check on Object.keys(arguments)
10+
- [Tests] Skip appropriate tests when objects aren't extensible/freezeable/sealable
11+
112
4.1.9
213
- [Fix] Remove "extended", add "unicode" in `String#split` shim, to match ES6
314
- [Fix] Object.keys: Preserve the IE 8 dontEnum bugfix, and the automation equality bugfix.

component.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "es5-shim",
33
"repo": "es-shims/es5-shim",
44
"description": "ECMAScript 5 compatibility shims for legacy JavaScript engines",
5-
"version": "v4.1.9",
5+
"version": "v4.1.10",
66
"keywords": [
77
"shim",
88
"es5",

es5-sham.min.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

es5-shim.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)