Skip to content

v2.0.0

Compare
Choose a tag to compare
@dabroek dabroek released this 16 Oct 18:48
· 27 commits to master since this release

v2.0.0 - 13 Feb, 2020

Updates all outdated dependencies. Updating Jest from v20 to v25 revealed that not all tests that asserted a promise rejecting were succeeding as expected. This resulted in the breaking change mentioned below.

Breaking Changes

  • The set method now actually checks isCacheableValue before setting a value
  • Dropped support for Node.js < 8.3