Skip to content

Releases: wheresrhys/fetch-mock

core: v0.7.0

30 Aug 10:06
6f2b9b2
Compare
Choose a tag to compare
core: v0.7.0 Pre-release
Pre-release

0.7.0 (2024-08-30)

⚠ BREAKING CHANGES

  • remove sendAsJson option

Features

  • remove sendAsJson option (4b11fc4)
  • send content=length header whenever calculable (ef4c684)

Bug Fixes

  • force engine to be >=18.11.0 as this fixes an issue in proxying a response (dde5e6b)
  • handle all types of BodyInit correctly (0242ea2)

vitest: v0.1.2

29 Aug 17:56
7c74168
Compare
Choose a tag to compare
vitest: v0.1.2 Pre-release
Pre-release

0.1.2 (2024-08-29)

Dependencies

  • The following workspace dependencies were updated
    • dependencies
      • @fetch-mock/core bumped from ^0.6.2 to ^0.6.3

vitest: v0.1.1

29 Aug 17:50
7e2b0c0
Compare
Choose a tag to compare
vitest: v0.1.1 Pre-release
Pre-release

0.1.1 (2024-08-29)

Bug Fixes

  • add missing metadata to package.json files (4ab78b9)

Documentation Changes

  • add vitest as keyword to vitest package (9d6636e)

core: v0.6.3

29 Aug 17:56
7c74168
Compare
Choose a tag to compare
core: v0.6.3 Pre-release
Pre-release

0.6.3 (2024-08-29)

Documentation Changes

  • minor corrections (d77978a)
  • readme for @fetch-mock/core (5fd7c5a)
  • wrote a README for @fetch-mock/vitest (d2d1ea3)

fetch-mock: v11.1.3

28 Aug 20:22
7f50243
Compare
Choose a tag to compare

11.1.3 (2024-08-28)

Bug Fixes

  • add missing metadata to package.json files (4ab78b9)

fetch-mock: v11.1.2

28 Aug 10:01
6c4c565
Compare
Choose a tag to compare

11.1.2 (2024-08-28)

Bug Fixes

  • lastOptions returns RequestInit not MockOptions (591926a)

vitest: v0.1.0

28 Aug 10:01
6c4c565
Compare
Choose a tag to compare
vitest: v0.1.0 Pre-release
Pre-release

0.1.0 (2024-08-28)

Features

  • start implementing jest and vitest wrappers (804f885)

core: v0.6.2

28 Aug 20:22
7f50243
Compare
Choose a tag to compare
core: v0.6.2 Pre-release
Pre-release

0.6.2 (2024-08-28)

Bug Fixes

  • add missing metadata to package.json files (4ab78b9)

core: v0.6.1

16 Aug 10:25
47a7af7
Compare
Choose a tag to compare
core: v0.6.1 Pre-release
Pre-release

0.6.1 (2024-08-15)

Features

  • export more types from @fetch-mock/core (2bff326)

fetch-mock: v11.1.1

13 Aug 13:25
1d83f42
Compare
Choose a tag to compare

11.1.1 (2024-08-13)

Bug Fixes

  • roll back to glob-to-regexp (b114124)