es6-shim v0.35.6 Release Notes
Release Date: 2020-10-15 // almost 4 years ago-
No data yet π
You can check the official repo
Previous changes from v0.35.1
-
π Fixes (shim)
- Functions are objects (#418)
- π use
createDataPropertyOrThrow
inArray.from
, rather than[[Put]]
(#415)
π¨ Refactors
- π Use
iteratorResult
internally for iterator result objects - Simplify logic for Math.tanh (#412)
Robustness
- cache
Math
constants - cache
Math.exp
- donβt rely on a
Math
lookup insideMath.asinh
- π use cached
Number.isNaN
- cache
Math.sign
Dev Deps
- β‘οΈ update
es5-shim
,eslint
,@ljharb/eslint-config
,jscs
,uglify-js
,grunt-contrib-connect
,grunt-contrib-watch
,evalmd
,jshint
β Tests
- up to
node
v6.1
,v5.10
,v4.4
- π
npm run --silent
, use βpretestβ for linting RegExp#toString
: Chrome Canary 51 produces/undefined/
π Docs
- β‘οΈ update ES6 draft comment URLs to point to the published spec