Skip to content

v2.0.0

Latest
Compare
Choose a tag to compare
@kurttheviking kurttheviking released this 07 Jan 18:00
· 37 commits to master since this release
  • [breaking] Addressed thundering herd problem identified by @ketilovre and others (a minor api change but the side-effects in underlying _lrucache are considered breaking)
  • [breaking] Removed #reset instance method which was abused in practice; use a key-specific #del instead
  • [minor] Generalized key and priming values to any primitive, promise, or function
  • [patch] Upgraded dependencies
  • [patch] Reorganized test suite