v0.34.2
Fixes
JSON.stringify
should ignore a replacer arg unless it’s an array or function.Array#copyWithin
: check for inherited properties as wellArray#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 callnext
too many times
Dev Deps
- update
jscs
,jshint
Docs
- update license year to 2016 (#400)