Skip to content

Commit

Permalink
v4.5.11
Browse files Browse the repository at this point in the history
  • Loading branch information
ljharb committed Sep 1, 2018
1 parent cd59c5b commit a48b26c
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 5 deletions.
5 changes: 5 additions & 0 deletions CHANGES
@@ -1,3 +1,8 @@
4.5.11
- [Fix] sync Object.keys excluded list from object-keys (#456)
- [Dev Deps] update `eslint`, `@ljharb/eslint-config`, `jasmine-node`, `replace`, `semver`
- [Tests] pin jasmine-node to ~1.13

4.5.10
- [Fix] Safari 11 throws on `.sort({})`, but not on `.sort(null)`
- [Fix] ensure the shimmed parseInt throws with Symbols (#450)
Expand Down
2 changes: 1 addition & 1 deletion es5-sham.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion es5-shim.map

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions es5-shim.min.js

Large diffs are not rendered by default.

3 changes: 2 additions & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "es5-shim",
"version": "4.5.10",
"version": "4.5.11",
"description": "ECMAScript 5 compatibility shims for legacy JavaScript engines",
"homepage": "http://github.com/es-shims/es5-shim/",
"contributors": [
Expand All @@ -22,6 +22,7 @@
"url": "http://github.com/es-shims/es5-shim.git"
},
"scripts": {
"prepublish": "npm run minify",
"minify": "npm run --silent minify-shim && npm run --silent minify-sham",
"minify-shim": "uglifyjs es5-shim.js --support-ie8 --keep-fnames --comments --source-map=es5-shim.map -m -b ascii_only=true,beautify=false | sed 's/0xde0b6b3a7640080/1000000000000000128/' > es5-shim.min.js",
"minify-sham": "uglifyjs es5-sham.js --support-ie8 --keep-fnames --comments --source-map=es5-sham.map -m -b ascii_only=true,beautify=false > es5-sham.min.js",
Expand Down

0 comments on commit a48b26c

Please sign in to comment.