Skip to content

v4.1.4

Compare
Choose a tag to compare
@ljharb ljharb released this 30 May 20:11
· 349 commits to master since this release

Fixes

  • Make sure copied Date properties remain non-enumerable.
  • Using a more reliable check for supported property descriptors in non-IE ES3
  • Fix 'constructor' in Object.defineProperties sham in ES3 (#252, #305)

Robustness

  • Use a reference to Array#concat rather than relying on the runtime environment's concat.

Testing

  • Test on io.js v2.1

Refactoring

  • Clean up Array.prototype iteration methods