Skip to content

v0.25.1

Compare
Choose a tag to compare
@ascartabelli ascartabelli released this 10 May 12:01
· 288 commits to master since this release
  • Added keys as a shim of ES6’s Object.keys
  • enumerables, pairs, tear and values now throw a TypeError if supplied with null or undefined
  • ownPairs, ownValues and tearOwn now throw a TypeError only if supplied with null or undefined regardless of the ECMAScript engine you are using
  • minor optimization in accessors’ internals