Skip to content

Releases: Kikobeats/cacheable-response

v2.0.5

19 Feb 19:12
Compare
Choose a tag to compare
chore(release): 2.0.5

v2.0.4

19 Feb 19:05
Compare
Choose a tag to compare

Bug Fixes

  • save into cache under 304 response (#43) (c033b79)

v2.0.3

18 Feb 21:19
Compare
Choose a tag to compare
chore(release): 2.0.3

v2.0.2

16 Feb 18:31
Compare
Choose a tag to compare
chore(release): 2.0.2

v2.0.1

13 Feb 08:22
Compare
Choose a tag to compare
chore(release): 2.0.1

v2.0.0

03 Feb 12:55
Compare
Choose a tag to compare

build

BREAKING CHANGES

  • requires Node.js >= 10

v1.10.2

22 Jan 09:58
Compare
Choose a tag to compare

Bug Fixes

v1.10.1

18 Jan 10:49
Compare
Choose a tag to compare
chore(release): 1.10.1

v1.10.0

07 Dec 17:47
Compare
Choose a tag to compare

Bug Fixes

Features

  • add all options to getKey params (a692392)

Breaking Change

.getKey

before

const getKey = (req, res) =>

after

const getKey = ({ req, res, ...opts }) =>

v1.9.2

25 Nov 21:18
Compare
Choose a tag to compare
chore(release): 1.9.2