Skip to content

Releases: jpodwys/superagent-cache

1.0.0

10 Aug 22:40
Compare
Choose a tag to compare
  • Adding background refresh feature
  • Adding in-code comments
  • Adding unit tests

0.2.1

15 Jul 21:49
Compare
Choose a tag to compare

Fixing a critical package.json error that made 0.2.0 not work at all.

0.2.0

11 Jul 20:10
Compare
Choose a tag to compare
  • Now accepts any cache that matches cache-service's API
  • Replaced hard dependency on cache-service with the much lighter cacheModule
  • Now automatically caches HEAD requests
  • response is now only gutted if neither .responseProp() nor .prune() is called, giving full access to response when it is most likely to be wanted
  • Thorough additions and updates

0.1.17

09 May 15:08
Compare
Choose a tag to compare

Updating to the latest cache-service version.

0.1.16

08 May 23:47
Compare
Choose a tag to compare

Updating to latest cache-service.

0.1.15

04 May 22:10
Compare
Choose a tag to compare

Updating to the latest cache-service.

0.1.14

26 Apr 19:19
Compare
Choose a tag to compare

Fixing a spelling error.

0.1.13

26 Apr 19:15
Compare
Choose a tag to compare
  • .end(cb)'s callback argument list no longer requires err
  • resetProps() is now called when ._end() is called directly
  • added header unit tests and fixed bugs
  • added the 'More Usage Examples' section to the docs

0.1.12

21 Apr 22:40
Compare
Choose a tag to compare

Allowing superagent-cache to create it's own superagent singleton if one is not provided.

0.1.11

21 Apr 19:41
Compare
Choose a tag to compare

Updating to latest cache-service.