Skip to content

Releases: checkdigit/memoize

v2.0.0

02 Apr 16:55
111f0ad
Compare
Choose a tag to compare

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

11 Aug 14:15
4232c60
Compare
Choose a tag to compare
Make sure object key order doesn't affect caching (#4)

v1.0.0

22 Jun 19:43
9366f80
Compare
Choose a tag to compare
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