Es6 Shim: 0.33.10 Release

Release date:
November 2, 2015
Previous version:
0.33.9 (released October 29, 2015)
Magnitude:
505 Diff Delta
Contributors:
2 total committers
Data confidence:
Commits:

Top Contributors in 0.33.10

ljharb
xotic750-8260

Directory Browser for 0.33.10

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)

  • the Number constructor properly trims (or not) whitespace characters (#368)
  • Number('0b12') and Number('0o18') should both be NaN (#366)

Tests

  • Fix npm upgrades in older nodes
  • add npm run tests-only
  • test on node v5.0
  • ensure JSON.stringify has the right name
  • add npm run eslint

Dev Deps

  • update es5-shim, jscs

Cleanup

  • Rearrange things so that they’re defined before they’re used
  • Don't reassign to function or catch parameters
  • Remove unused variables
  • String#trim shim should use defineProperty, and check more non-whitespace chars