v5.0.0
5.0.0 (2024-02-09)
Bug Fixes
Features
BREAKING CHANGES
- cachified now requires Node v18+
- this removes all built-in adapters in favor of separate packages. You'll need to use those packages for adapters going forward. Please see the updated docs for more info.
- types:
CachifiedOptions#reporter
has been removed in favor of passing a reporter as second argument to cachified
MIGRATION: Change cachified({ reporter: myReporter /* ... */ })
to cachified({ /* ... */ }, myReporter)