Releases: jpodwys/superagent-cache
Releases · jpodwys/superagent-cache
1.0.0
- Adding background refresh feature
- Adding in-code comments
- Adding unit tests
0.2.1
Fixing a critical package.json
error that made 0.2.0
not work at all.
0.2.0
- 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
Updating to the latest cache-service version.
0.1.16
Updating to latest cache-service.
0.1.15
Updating to the latest cache-service.
0.1.13
.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
Allowing superagent-cache to create it's own superagent singleton if one is not provided.
0.1.11
Updating to latest cache-service.