Skip to content

Releases: aduth/memize

v2.1.0

12 May 22:49
Compare
Choose a tag to compare
  • New Feature: Restore backward-compatibility for CommonJS. (Thanks @johnhooks!)

v2.0.0

27 Apr 01:13
Compare
Choose a tag to compare
  • Breaking Change: Package now uses native ES Modules.
  • Breaking Change: Prebuilt browser-ready version has been removed.
  • Bug Fix: TypeScript types improved to maintain the original function signature in the memoized function. (Thanks @johnhooks!)