Skip to content

v0.32.2

Compare
Choose a tag to compare
@ljharb ljharb released this 21 Jun 17:35
· 359 commits to master since this release

Fixes

  • Object.assign with no sources should coerce to an object (#348)
  • String#includes should throw when given a RegExp (#349)
  • RegExp() should not throw (#350)
  • Create Value.defineByDescriptor, fix internal create when Object.create is unavailable. (#352)

Spec Compliance

  • Update Promise.reject to match official ECMA-262 spec.

Dev Dependencies

  • Update es5-shim