Skip to content

Commit

Permalink
v0.35.5
Browse files Browse the repository at this point in the history
  • Loading branch information
ljharb committed Mar 7, 2019
1 parent 73269b1 commit d5e8698
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 4 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
@@ -1,3 +1,8 @@
# es6-shim 0.35.5 (7 March 2019)
* [Fix] `es6-sham`: `Function.prototype.name`: don’t poison the getter when the receiver is `Function.prototype` (#454)
* [Dev Deps] update `eslint`, `@ljharb/eslint-config`
* [Dev Deps] remove `jscs` and `jshint`

# es6-shim 0.35.4 (29 October 2018)
* [Fix] protect against evil build processes by ensuring these feature tests don‘t look like no-ops that are safe to remove
* [Fix] broken `hasULPDistance` → working `withinULPDistance` helper
Expand Down
2 changes: 1 addition & 1 deletion es6-sham.map

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

2 changes: 1 addition & 1 deletion es6-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 es6-shim.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "es6-shim",
"version": "0.35.4",
"version": "0.35.5",
"author": "Paul Miller (http://paulmillr.com)",
"description": "ECMAScript 6 (Harmony) compatibility shims for legacy JavaScript engines",
"keywords": [
Expand Down

0 comments on commit d5e8698

Please sign in to comment.