All Versions
11
Latest Version
Avg Release Cycle
175 days
Latest Release
1556 days ago
Changelog History
Page 1
Changelog History
Page 1
-
v0.35.6
October 15, 2020 -
v0.35.5
March 07, 2019 -
v0.35.4
October 30, 2018 -
v0.35.3
January 24, 2017 -
v0.35.2
December 04, 2016 -
v0.35.1 Changes
May 12, 2016π 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
-
v0.35.0 Changes
March 01, 2016π₯ Breaking Changes
- β remove
Reflect.enumerate
(#405)
π New Stuff (shim)
- β Add
Array#indexOf
from post-ES6 errata - Ensure
RegExp#toString
is compliant
π New Stuff (sham)
- β Add
Function#toString
toes6-sham
π Fixes
- ensure that a non-object
globals.Reflect
doesnβt break the shim (#392) - π» In ES3 browsers (like Safari 4)
Reflect.getPrototypeOf
is undefined - π»
Object.keys
: handle regexes in ES3 browsers (#287)
π Performance
- Early exit from tanh for values outside of +-20 at limits of JS precision (#411)
β Tests
Function#name
onnew Function
s is empty string in v8- π§
Function#name
is non-configurable pre-ES6 - β
Test up to
node
v5.7
,v4.3
- β remove
-
v0.34.4 Changes
February 09, 2016 -
v0.34.3 Changes
February 09, 2016 -
v0.34.2 Changes
January 22, 2016π Fixes
JSON.stringify
should ignore a replacer arg unless itβs an array or function.Array#copyWithin
: check for inherited properties as wellArray#copyWithin
: should delete the target key if the source key is not present
π Performance
- β‘οΈ Optimize Map/Set fast key path (#397)
β Tests
- π fix
Reflect.enumerate
tests to not callnext
too many times
Dev Deps
- β‘οΈ update
jscs
,jshint
π Docs
- β‘οΈ update license year to 2016 (#400)