Skip to content

Commit d5e8698

Browse files
committed
v0.35.5
1 parent 73269b1 commit d5e8698

File tree

5 files changed

+9
-4
lines changed

5 files changed

+9
-4
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
# es6-shim 0.35.5 (7 March 2019)
2+
* [Fix] `es6-sham`: `Function.prototype.name`: don’t poison the getter when the receiver is `Function.prototype` (#454)
3+
* [Dev Deps] update `eslint`, `@ljharb/eslint-config`
4+
* [Dev Deps] remove `jscs` and `jshint`
5+
16
# es6-shim 0.35.4 (29 October 2018)
27
* [Fix] protect against evil build processes by ensuring these feature tests don‘t look like no-ops that are safe to remove
38
* [Fix] broken `hasULPDistance` → working `withinULPDistance` helper

es6-sham.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

es6-sham.min.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

es6-shim.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "es6-shim",
3-
"version": "0.35.4",
3+
"version": "0.35.5",
44
"author": "Paul Miller (http://paulmillr.com)",
55
"description": "ECMAScript 6 (Harmony) compatibility shims for legacy JavaScript engines",
66
"keywords": [

0 commit comments

Comments
 (0)