Skip to content

Commit cf6f3ef

Browse files
committed
v4.2.1
1 parent d78a107 commit cf6f3ef

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGES

+6
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,13 @@
1+
4.2.1
2+
- [shim: fix] use `Array#slice`, not `String#slice`, on `String#split` output (#380)
3+
14
4.2.0
25
- [shim: new] Overwrite `String#lastIndexOf` in IE 9, 10, 11, and Edge, so it has proper unicode support.
36
- [Dev Deps] update `eslint`, `jscs`
47

8+
4.1.16
9+
- [shim: fix] use `Array#slice`, not `String#slice`, on `String#split` output (#380)
10+
511
4.1.15
612
- [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)
713
- [shim: fix] add 'frame' to blacklisted keys (#330)

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "es5-shim",
3-
"version": "4.2.0",
3+
"version": "4.2.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)