You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.