2.0.0
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)