es6-shim v0.34.2 Release Notes

Release Date: 2016-01-22 // about 8 years ago
  • 🛠 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)