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
._end is now ._superagentCache_originalEnd to prevent naming colisions
.pruneParams is now .pruneQuery for clarity
.pruneOptions is now .pruneHeader for clarity
No longer wrapping .then since superagent uses real promises since 2.x. As a result, the resolve function passed to .then no longer exposes the generated cache key like it did when using superagent ^1.3.0 with superagent-cache ^1.5.0 (but using .end does still expose the generated cache key)