v0.32.2
Fixes
Object.assign
with no sources should coerce to an object (#348)String#includes
should throw when given aRegExp
(#349)RegExp()
should not throw (#350)- Create
Value.defineByDescriptor
, fix internalcreate
whenObject.create
is unavailable. (#352)
Spec Compliance
- Update
Promise.reject
to match official ECMA-262 spec.
Dev Dependencies
- Update
es5-shim