Skip to content

v1.1.0

Choose a tag to compare

@grischaerbe grischaerbe released this 15 Oct 11:21
· 17 commits to master since this release

Features πŸŽ‰

  • Support for different cache policies – the former approach was implicitly cache-only or max-age.

Under the hood

  • Major refactoring.
  • More tests.

Breaking changes πŸ™€

  • As the cache policies are a new feature the API slightly changed.
  • As the concept of misses became unstable and hard to maintain with different cache policies, I dismissed it. Please update your application if it's is depending on the logs of misses. (hits are still a thing…). It might get a new chance at some point though.