Es6 Shim: 0.24.0 Release

Release date:
February 5, 2015
Previous version:
0.23.0 (released January 26, 2015)
Magnitude:
3,015 Diff Delta
Contributors:
2 total committers
Data confidence:
Commits:

70 Commits in this Release

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

Authored December 29, 2014
Authored February 4, 2015
Authored January 3, 2015
Authored January 3, 2015
Authored January 4, 2015
Authored January 4, 2015
Authored January 4, 2015
Authored January 4, 2015
Authored January 4, 2015
Authored February 4, 2015
Authored February 5, 2015
Authored January 5, 2015

Top Contributors in 0.24.0

Victorystick
ljharb

Directory Browser for 0.24.0

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

Release Notes Published

  • Improving accuracy of Math.expm1 values, and ensuring a shim on Linux FF 35, which reports an inaccurate value for Math.expm1(10).
  • Fix bug from 7454db144e5aa251d599415cfb296b67aa3cf992 which prevented String#startsWith and String#endsWith from being overwritten in old Firefox.
  • Improve tests across a wider list of browsers
  • Ensure that individual Reflect methods are added when possible
  • Add Reflect (#313)
  • Fix node 0.11: it has an imprecise Math.sinh with very small numbers.
  • Alter String#repeat RangeError message to align with Firefox’s native implementation.