Skip to content

Releases: jpodwys/superagent-cache-plugin

2.1.1

12 Aug 15:52
91f7d8e
Compare
Choose a tag to compare

Support querystring array parameters. (Thanks to @cdidyk)

3.0.0-beta.1

05 Feb 22:30
932d3a9
Compare
Choose a tag to compare
3.0.0-beta.1 Pre-release
Pre-release

This release adds support for respecting cache headers (thanks to @valdemon in #6)

2.1.0

06 Dec 00:29
Compare
Choose a tag to compare

Add gutResponse to the prune callback's argument list.

2.0.1

24 Oct 16:37
bc65a0d
Compare
Choose a tag to compare

Resolving a security warning for a dev dependency.

2.0.0

15 May 15:44
Compare
Choose a tag to compare

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 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-plugin 1.x (but using .end does still expose the generated cache key)

1.0.2

29 Jan 07:20
Compare
Choose a tag to compare
  • Removing a private variable naming collision
  • Simplifying code

Thanks to @JaredReisinger

1.0.1

09 Jan 02:55
Compare
Choose a tag to compare

Relative pin to cache-service-cache-module to prevent unnecessary future releases.

1.0.0

08 Jan 03:59
Compare
Choose a tag to compare

Initial release.