Skip to content

Commit

Permalink
v4.3.2
Browse files Browse the repository at this point in the history
  • Loading branch information
ljharb committed Jan 26, 2016
1 parent 79c5019 commit 2d68b47
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
9 changes: 9 additions & 0 deletions CHANGES
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
4.3.2
- [shim: fix] use `Array#slice`, not `String#slice`, on `String#split` output (#380)

4.3.1
- [Fix] `String#split`: revert part of dcce96ae21185a69d2d40e67416e7496b73e8e47 which broke in older browsers (#342)
- [Dev Deps] update `eslint`, `@ljharb/eslint-config`, `jscs`
Expand Down Expand Up @@ -25,10 +28,16 @@
- [Tests] on `node` `v5.0`
- [Tests] fix npm upgrades for older nodes

4.2.1
- [shim: fix] use `Array#slice`, not `String#slice`, on `String#split` output (#380)

4.2.0
- [shim: new] Overwrite `String#lastIndexOf` in IE 9, 10, 11, and Edge, so it has proper unicode support.
- [Dev Deps] update `eslint`, `jscs`

4.1.16
- [shim: fix] use `Array#slice`, not `String#slice`, on `String#split` output (#380)

4.1.15
- [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)
- [shim: fix] add 'frame' to blacklisted keys (#330)
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "es5-shim",
"version": "4.3.1",
"version": "4.3.2",
"description": "ECMAScript 5 compatibility shims for legacy JavaScript engines",
"homepage": "http://github.com/es-shims/es5-shim/",
"contributors": [
Expand Down

0 comments on commit 2d68b47

Please sign in to comment.