Releases: jpodwys/superagent-cache-plugin
Releases · jpodwys/superagent-cache-plugin
2.1.1
3.0.0-beta.1
2.1.0
2.0.1
2.0.0
Now compatible with superagent 2.x
and 3.x
Breaking Changes
.pruneParams
is now.pruneQuery
for clarity.pruneOptions
is now.pruneHeader
for clarity- No longer wrapping
.then
since superagent uses real promises since2.x
. As a result, theresolve
function passed to.then
no longer exposes the generated cache key like it did when using superagent^1.3.0
with superagent-cache-plugin1.x
(but using.end
does still expose the generated cache key)
1.0.2
- Removing a private variable naming collision
- Simplifying code
Thanks to @JaredReisinger