Skip to content

Commit 103323d

Browse files
committed
v4.4.2
1 parent 74396d6 commit 103323d

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed

CHANGES

+12
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
4.4.2
2+
- [shim: fix] use `Array#slice`, not `String#slice`, on `String#split` output (#380)
3+
14
4.4.1
25
- [Fix] ensure that IE 11 in compatibility mode doesn't throw (#370)
36
- [Docs] add missing shimmed things
@@ -17,6 +20,9 @@
1720
- [Dev Deps] update `uglify-js`, `eslint`, `jscs`, `uglify-js`, `semver`
1821
- [Docs] Fix broken UMD links (#344)
1922

23+
4.3.2
24+
- [shim: fix] use `Array#slice`, not `String#slice`, on `String#split` output (#380)
25+
2026
4.3.1
2127
- [Fix] `String#split`: revert part of dcce96ae21185a69d2d40e67416e7496b73e8e47 which broke in older browsers (#342)
2228
- [Dev Deps] update `eslint`, `@ljharb/eslint-config`, `jscs`
@@ -44,10 +50,16 @@
4450
- [Tests] on `node` `v5.0`
4551
- [Tests] fix npm upgrades for older nodes
4652

53+
4.2.1
54+
- [shim: fix] use `Array#slice`, not `String#slice`, on `String#split` output (#380)
55+
4756
4.2.0
4857
- [shim: new] Overwrite `String#lastIndexOf` in IE 9, 10, 11, and Edge, so it has proper unicode support.
4958
- [Dev Deps] update `eslint`, `jscs`
5059

60+
4.1.16
61+
- [shim: fix] use `Array#slice`, not `String#slice`, on `String#split` output (#380)
62+
5163
4.1.15
5264
- [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)
5365
- [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.4.1",
3+
"version": "4.4.2",
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)