Skip to content

v0.34.2

Compare
Choose a tag to compare
@ljharb ljharb released this 22 Jan 23:16
· 143 commits to master since this release

Fixes

  • JSON.stringify should ignore a replacer arg unless it’s an array or function.
  • Array#copyWithin: check for inherited properties as well
  • Array#copyWithin: should delete the target key if the source key is not present

Performance

  • Optimize Map/Set fast key path (#397)

Tests

  • fix Reflect.enumerate tests to not call next too many times

Dev Deps

  • update jscs, jshint

Docs

  • update license year to 2016 (#400)