Skip to content

v0.33.10

Compare
Choose a tag to compare
@ljharb ljharb released this 02 Nov 08:39
· 240 commits to master since this release

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