Skip to content

Releases: aduth/memize

v2.1.1

06 Aug 21:36

Choose a tag to compare

  • Bug Fix: Fix TypeScript type resolution when importing with node16 module resolution from a CommonJS project. Thanks to @joshkel for the fix!

v2.1.0

12 May 22:49

Choose a tag to compare

  • New Feature: Restore backward-compatibility for CommonJS. (Thanks @johnhooks!)

v2.0.0

27 Apr 01:13

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!)