Skip to content

Commit

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

4.5.1
- [Fix] Make sure preexisting + broken `Array#` methods that throw don’t break the runtime (#377)
- [Dev Deps] update `jscs`
Expand All @@ -13,6 +16,9 @@
- [Dev Deps] update `eslint`, `jscs`, '@ljharb/eslint-config'
- [Docs] Update license year to 2016 (#374)

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

4.4.1
- [Fix] ensure that IE 11 in compatibility mode doesn't throw (#370)
- [Docs] add missing shimmed things
Expand All @@ -32,6 +38,9 @@
- [Dev Deps] update `uglify-js`, `eslint`, `jscs`, `uglify-js`, `semver`
- [Docs] Fix broken UMD links (#344)

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 @@ -59,10 +68,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.5.1",
"version": "4.5.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 f134b88

Please sign in to comment.