Es6 Shim: 0.14.0 Release

Release date:
July 21, 2014
Previous version:
0.13.0 (released June 12, 2014)
Magnitude:
501 Diff Delta
Contributors:
5 total committers
Data confidence:
Commits:

21 Commits in this Release

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

Top Contributors in 0.14.0

ljharb
smikes
subzey
david-risney
mathiasbynens

Directory Browser for 0.14.0

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

Release Notes Published

(from the changelog)

es6-shim 0.14.0 (20 Jul 2014)

  • Properly recognize Symbol.iterator when it is present (#277)
  • Fix Math.clz's improper handling of values that coerce to NaN (#269)
  • Fix incorrect handling of negative end index on Array#fill (#270)
  • Removed Object.getOwnPropertyKeys, which shouldn't be anywhere (#267)
  • Fixed arity of Map and Set constructors, per 2014.04.27 draft spec (rev 24)
  • Added a full additional suite of ES6 promise tests (thanks to @smikes!) (#265)
  • Make Number.isInteger a bit more efficient (#266)
  • Added npm run test-native to expose how broken implementations are without the shim ;-)
  • Added additional tests