Skip to content

2.0.0

Choose a tag to compare

@domenic domenic released this 13 Mar 23:14
· 2 commits to master since this release

Stopped creating the returned object with a null prototype, instead letting it have the default Object.prototype instead. This is probably more in line with expectations, and for example, now JSON stringifyng + JSON parsing + sorting an object will give back something that is deep-strict-equal to the original. (#2, @iamstarkov)