Es6 Shim: 0.29.0 Release

Release date:
April 26, 2015
Previous version:
0.28.2 (released April 13, 2015)
Magnitude:
902 Diff Delta
Contributors:
2 total committers
Data confidence:
Commits:

24 Commits in this Release

Ordered by the degree to which they evolved the repo in this version.

Authored April 26, 2015
Authored April 17, 2015
Authored April 23, 2015
Authored April 26, 2015
Authored April 23, 2015
Authored April 13, 2015
Authored April 14, 2015
Authored April 16, 2015
Authored April 20, 2015
Authored April 26, 2015
Authored April 20, 2015

Top Contributors in 0.29.0

ljharb
Yaffle

Directory Browser for 0.29.0

We haven't yet finished calculating and confirming the files and directories changed in this release. Please check back soon.

Release Notes Published

Why the minor version was bumped - Ensure that ES3 browsers get both Object.is and Object.assign - Ensuring Number.parseInt === parseInt (failed in FF 37)

Enhancements - Improve Object.assign to avoid leaking arguments in v8 - a little more accurate Math.cbrt (#335) - Avoid reassigning argument variables to avoid deoptimizations - Ensure that shallowly wrapped Mapsโ€™ and Setsโ€™ prototypes aren't one level too far away.

Testing - Test on io.js v1.7 and v1.8 - Update chai and use new matchers - Test cleanups - Adding Symbol.unscopables tests - Adding tests to ensure that default iterators on builtins === the appropriate prototype function.