Skip to content

Commit

Permalink
v0.35.6
Browse files Browse the repository at this point in the history
  • Loading branch information
ljharb committed Oct 15, 2020
1 parent fed84c5 commit d4be3e6
Show file tree
Hide file tree
Showing 4 changed files with 20 additions and 4 deletions.
16 changes: 16 additions & 0 deletions CHANGELOG.md
@@ -1,3 +1,19 @@
# es6-shim 0.35.6 (14 October 2020)
* [Fix] `Math.hypot`: fix a bug in node v12.11 - v12.15
* [Fix] internal `ToString` operation should throw on Symbols
* [Robustness] call-bind `Array.prototype.join`
* [Refactor] `String.raw`: match latest spec
* [Refactor] address unused function args
* [readme] updating standalone shim links
* [Meta] Make LICENSE parseable by GitHub.
* [Dev Deps] update `eslint`, `@ljharb/eslint-config`, `es5-shim`, `safe-publish-latest`, `evalmd`
* [Tests] use shared travis-ci configs
* [Tests] only run prepublish when in publish
* [Tests] add `aud` in `npm run posttest`
* [Tests] add failing tests from https://github.com/tc39/test262/pull/2443
* [Tests] fix error message tests for Safari 12
* [Tests] fix sham function name tests

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

Large diffs are not rendered by default.

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

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.5",
"version": "0.35.6",
"author": "Paul Miller (http://paulmillr.com)",
"description": "ECMAScript 6 (Harmony) compatibility shims for legacy JavaScript engines",
"keywords": [
Expand Down

0 comments on commit d4be3e6

Please sign in to comment.