Releases: jpodwys/superagent-cache
Releases · jpodwys/superagent-cache
1.5.0
1.4.1
1.4.0
Adding .forceUpdate
to optionally force a query even if a cache key exists (thanks to @orhanhenrik)
1.3.6
1.3.5
1.3.4
1.3.3
1.3.2
1.3.1
1.3.0
- Adding the ability to pass a
cacheModuleConfig
object as thecache
constructor param which will then be used with superagent-cache's internalcacheModule
instance - Pinned to the latest
cacheModule
release so that superagent-cache can now natively take advantage oflocalStorage
andsessionStorage
- Updated superagent pin from
1.1.0
to1.6.1
- Fixed a bug that prevented superagent-cache from caching anything on the client (thanks to @xrado)
- Fixed a bug that prevented superagent-cache from including query params and headers in its generated cache keys (thanks to @xrado)
- Breaking unit tests out into separate files organized by type
- Updating documentation