@ -1,3 +1,8 @@
# v0.1.2
- Key POJOs according to symbolic properties as well, just without order normalization
- Don't crash on objects with null prototype
# v0.1.1
- When creating cache keys for POJOs, use non-enum keys as well, and normalize key order
@ -1,6 +1,6 @@
{
"name": "memor",
"version": "0.1.1",
"version": "0.1.2",
"description": "More memoization",
"keywords": ["memoize", "memoization"],
"main": "./dist/index.cjs.js",