Releases: checkdigit/memoize
Releases · checkdigit/memoize
v2.0.0
What's Changed
- Update to Node 20 and latest dependencies + ESM only by @carlansley in #9
Full Changelog: v1.1.0...v2.0.0
v1.1.0
Make sure object key order doesn't affect caching (#4)
v1.0.0
Implement memoize (#2) * implement memoize * prettier fix * update readme with better example * addressing pr comments - change copyright to 2023 - adjust read me description - add run tests back into ci workflows - import memoize from index.ts for test file * change npm run ci:test to npm test in publish.yml * change node engine to >=18 * remove Check Digit specific comments and fix example in read me + update workflows