Skip to content

v4.1.11

Compare
Choose a tag to compare
@ljharb ljharb released this 27 Aug 07:45
· 280 commits to master since this release

Fixes (shim)

  • Object.keys in Safari 9 has some bugs. (Already fixed in Webkit Nightly)
  • Omit !Date.parse check in the if statement (#323)

Fixes (sham)

  • Fix Object.create sham to not set proto (#301)
  • Add a typeof check to Object.getPrototypeOf (#319, #320)

Tests

  • up to io.js v3.1
  • Make sure Object.getPrototypeOf tests don't fail when engines implement ES6 semantics

Docs

  • Switch from vb.teelaun.ch to versionbadg.es for the npm version badge SVG (#318)

Dev Dependencies

  • Update eslint, uglify-js, jscs; use my personal shared eslint config