v0.25.0
- Ensure
Object.getOwnPropertyNames
accepts primitives. - Make sure the replaced
Object.keys
is non-enumerable. - Clean up lots of tests to make failures easier to read, and false negatives less common
Object.getOwnPropertyNames
accepts primitives.Object.keys
is non-enumerable.