Skip to content

Releases: aduth/memize

v2.1.1

Choose a tag to compare

@aduth aduth released this 06 Aug 21:36
  • 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

Choose a tag to compare

@aduth aduth released this 12 May 22:49
  • New Feature: Restore backward-compatibility for CommonJS. (Thanks @johnhooks!)

v2.0.0

Choose a tag to compare

@aduth aduth released this 27 Apr 01:13
  • 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!)