Skip to content

Releases: gadicc/fetch-mock-cache

v2.1.0

26 Oct 10:31
Compare
Choose a tag to compare

2.1.0 (2024-10-26)

Features

  • options,id: specify options to be used for next call, e.g. id (08246d4)

v2.0.3

24 Oct 09:08
Compare
Choose a tag to compare

2.0.3 (2024-10-24)

Bug Fixes

  • docs: add tsdoc for modules/symbols, readme & bun imrovements (2674cec)

v2.0.2

14 Oct 07:41
Compare
Choose a tag to compare

2.0.2 (2024-10-14)

Bug Fixes

  • pkg: yarn->npm, semantic-release-jsr, publish to jsr too (ac23202)

v2.0.1

11 Oct 11:04
Compare
Choose a tag to compare

2.0.1 (2024-10-11)

Bug Fixes

  • readme: mention about committing tests/fixtures/http (e43ef87)

Initial v2 release

11 Oct 10:34
Compare
Choose a tag to compare

Automated release to follow. Needed to create this first to create package scope on npm token.

Full Changelog: v1.5.0...v2.0.0

v1.5.0

19 Apr 12:57
Compare
Choose a tag to compare

1.5.0 (2024-04-19)

Bug Fixes

  • headers: use '=' vs ':' for wider OS / FS compat (closes #3) (d047caf)
  • index: retain default export for backwards compatibility (#4) (3acb81a)
  • nodefs: accept location as an option, retain old default (#4) (66502d6)
  • pkg: fix export issues for better ts-jest compatibility (864ba25)

Features

  • nodefs: ability to specify NodeFS cache location (closes #5) (0b9889b)
  • nodeFs: save/restore to/from ".json" extension (f606d42)

v1.4.0

24 Jul 15:41
Compare
Choose a tag to compare

1.4.0 (2023-07-24)

Bug Fixes

  • tests: run standard tests for each store type (951ab4d)

Features

  • headers: store headers if given, handle set-cookie headers too (57fd9c3)

v1.3.0

24 Jul 11:12
Compare
Choose a tag to compare

1.3.0 (2023-07-24)

Features

  • store+headers: refactor, classes, use headers for key (25e8648)

v1.2.0

23 Jul 09:32
Compare
Choose a tag to compare

1.2.0 (2023-07-23)

Features

  • stores: take req vs url as first parameter (w/ headers) (ae738fd)

v1.1.0

22 Jul 11:01
Compare
Choose a tag to compare

1.1.0 (2023-07-22)

Bug Fixes

  • core: log debug() in core; use memoryStore for tests; del http (3c3d466)

Features

  • stores: better store API / structure; initial memoryStore (03c65f0)