Skip to content

v2.0.0

Latest
Compare
Choose a tag to compare
@rob893 rob893 released this 03 Jul 19:42
· 1 commit to master since this release

BREAKING CHANGES: has, size, newest, and oldest now consider if an item is expired or not (ie: has will return false now if the cache has the key but it is expired). In all these cases, expired items will be removed.

  • Merge pull request #3 from rob893/fix-has-expired-bug 5dacd9d
  • fix!: Fix issue where has, size, newest, and oldest do not consider expired items correctly e5f62fd
  • chore: update packages 87b54b3
  • chore: update packages f8905fe
  • chore: update npm packages 2dacbf4
  • docs: update docs 4dfbb0e

v1.2.3...v2.0.0