Skip to content

Commit d4be3e6

Browse files
committed
v0.35.6
1 parent fed84c5 commit d4be3e6

File tree

4 files changed

+20
-4
lines changed

4 files changed

+20
-4
lines changed

CHANGELOG.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,19 @@
1+
# es6-shim 0.35.6 (14 October 2020)
2+
* [Fix] `Math.hypot`: fix a bug in node v12.11 - v12.15
3+
* [Fix] internal `ToString` operation should throw on Symbols
4+
* [Robustness] call-bind `Array.prototype.join`
5+
* [Refactor] `String.raw`: match latest spec
6+
* [Refactor] address unused function args
7+
* [readme] updating standalone shim links
8+
* [Meta] Make LICENSE parseable by GitHub.
9+
* [Dev Deps] update `eslint`, `@ljharb/eslint-config`, `es5-shim`, `safe-publish-latest`, `evalmd`
10+
* [Tests] use shared travis-ci configs
11+
* [Tests] only run prepublish when in publish
12+
* [Tests] add `aud` in `npm run posttest`
13+
* [Tests] add failing tests from https://github.com/tc39/test262/pull/2443
14+
* [Tests] fix error message tests for Safari 12
15+
* [Tests] fix sham function name tests
16+
117
# es6-shim 0.35.5 (7 March 2019)
218
* [Fix] `es6-sham`: `Function.prototype.name`: don’t poison the getter when the receiver is `Function.prototype` (#454)
319
* [Dev Deps] update `eslint`, `@ljharb/eslint-config`

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.

es6-shim.min.js

Lines changed: 2 additions & 2 deletions
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.5",
3+
"version": "0.35.6",
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)