Es6 Shim: 0.33.7 Release

Release date:
October 23, 2015
Previous version:
0.33.6 (released September 29, 2015)
Magnitude:
296 Diff Delta
Contributors:
1 total committer
Data confidence:
Commits:

19 Commits in this Release

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

Top Contributors in 0.33.7

ljharb

Directory Browser for 0.33.7

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

Release Notes Published

Fixes (shim)

  • Ensure preserveToString does not throw when the original does not exist (#359)
  • Promise: properly handle named function expressions in IE 8.
  • Number: wrapConstructor now works in ES3 (#365)

Docs

  • Document Number supporting string binary and octal literals.

Tests

  • add commented-out test for typeof Number.call(Object(3), 3) === 'number', which fails atm.
  • Fix browser tests sans-npm install

Dev Deps

  • update es5-shim, jscs, uglify-js, chai