Skip to content

v6.0.0

Compare
Choose a tag to compare
@evansiroky evansiroky released this 29 Apr 07:00
· 68 commits to master since this release

6.0.0 (2020-04-29)

Bug Fixes

Build System

Code Refactoring

  • change default caching behavior (93479de)

Performance Improvements

  • increase levels of indexing (a601d13)

BREAKING CHANGES

  • It is no longer possible to directly configure an expiration time for data caching using this library. If this behavior is still desired, a custom store object must be passed to the setCache method.
  • update to node >= 10