Releases: Kikobeats/cacheable-response
Releases · Kikobeats/cacheable-response
v2.0.4
Bug Fixes
- save into cache under 304 response (#43) (c033b79)
v1.10.0
Bug Fixes
Features
- add all options to getKey params (a692392)
Breaking Change
.getKey
before
const getKey = (req, res) =>
after
const getKey = ({ req, res, ...opts }) =>