Skip to content

Commit 3ac7942

Browse files
committed
v4.1.8
1 parent 95730e9 commit 3ac7942

File tree

7 files changed

+18
-8
lines changed

7 files changed

+18
-8
lines changed

CHANGES

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
1+
4.1.8
2+
- [Fix] Fix an `Object.keys` IE 8 bug where `localStorage.prototype.constructor === localStorage` would throw (#275)
3+
- [Fix] Shimmed `Object.defineProperty` should not throw for an empty descriptor (#315)
4+
- [Fix] Fix `Date#toISOString` in Safari 5.1 (#243)
5+
- [Fix] Use `Object#propertyIsEnumerable` to default the initial "enumerable" value in `Object.getOwnPropertyDescriptor` sham (#289)
6+
- [Fix] Fix `Array#splice` with large sparse arrays in Safari 7/8, and Opera 12.15 (#295)
7+
- [Robustness] Safely use and reference many builtins internally (also see #313)
8+
- [Tests] Add `Date#{getUTCDate,getUTCMonth}` tests to expose Opera 10.6/11.61/12 `Date` bugs
9+
- [Dev Deps] Update `eslint`
10+
111
4.1.7
212
- Make sure `Date.parse` is not enumerable (#310)
313

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.7",
5+
"version": "v4.1.8",
66
"keywords": [
77
"shim",
88
"es5",

es5-sham.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)