Skip to content

Commit d2531c2

Browse files
committed
v4.1.15
1 parent bee8554 commit d2531c2

File tree

7 files changed

+15
-8
lines changed

7 files changed

+15
-8
lines changed

CHANGES

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
4.1.15
2+
- [shim: fix] new Date + Date.parse: Fix a Safari 8 & 9 bug where the `ms` arg is treated as a signed instead of unsigned int (#329)
3+
- [shim: fix] add 'frame' to blacklisted keys (#330)
4+
- [Dev Deps] update `eslint`, `@ljharb/eslint-config`, `jscs`, `uglify-js`
5+
- [Tests] on `node` `v4.2`
6+
- [Tests] Date: prevent nondeterminism in the tests - this sometime produced values that are one ms off
7+
18
4.1.14
29
- [shim: fix] Wrap more things in a try/catch, because IE sucks and sometimes throws on [[Get]] of window.localStorage (#327)
310
- [Refactor] Use `ES.ToUint32` instead of inline `>>>`

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.14",
5+
"version": "v4.1.15",
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)