Skip to content

v5.0.0

Compare
Choose a tag to compare
@github-actions github-actions released this 09 Feb 19:44
· 12 commits to main since this release

5.0.0 (2024-02-09)

Bug Fixes

  • types: prefer type inference from options#getFreshValue over reporter (#93) (b4831fe)

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)