Skip to content

Commit 8199ac9

Browse files
committed
v4.1.14
1 parent a1a6b3f commit 8199ac9

File tree

6 files changed

+12
-6
lines changed

6 files changed

+12
-6
lines changed

CHANGES

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
4.1.14
2+
- [shim: fix] Wrap more things in a try/catch, because IE sucks and sometimes throws on [[Get]] of window.localStorage (#327)
3+
- [Refactor] Use `ES.ToUint32` instead of inline `>>>`
4+
- [Tests] up to `node` `v4.1`
5+
- [Dev Deps] update `eslint`, `@ljharb/eslint-config`, `semver`, `jscs`
6+
17
4.1.13
28
- [shim: fix] Fix a bug where `Date(x)` threw instead of equalling `String(Date(x))` (#326)
39

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