master v0.1.2
Conduitry 5 years ago
parent 51fc73c0ed
commit 96e2fd9f48

@ -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",

Loading…
Cancel
Save