Skip to content

Commit 594154b

Browse files
committed
v4.4.1
1 parent 6ba8d09 commit 594154b

File tree

6 files changed

+10
-6
lines changed

6 files changed

+10
-6
lines changed

CHANGES

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
4.4.1
2+
- [Fix] ensure that IE 11 in compatibility mode doesn't throw (#370)
3+
- [Docs] add missing shimmed things
4+
15
4.4.0
26
- [New] Detect and patch `RegExp#toString` in IE 8, which returns flags in the wrong order (#364)
37
- [Fix] Patch `Array#sort` on {Chrome, Safari, IE < 9, FF 4} that throws improperly, per ES5 (#354)

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.4.0",
5+
"version": "v4.4.1",
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.

es5-shim.min.js

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "es5-shim",
3-
"version": "4.4.0",
3+
"version": "4.4.1",
44
"description": "ECMAScript 5 compatibility shims for legacy JavaScript engines",
55
"homepage": "http://github.com/es-shims/es5-shim/",
66
"contributors": [

0 commit comments

Comments
 (0)