Skip to content

Latest commit

 

History

History
149 lines (76 loc) · 4.68 KB

CHANGELOG.md

File metadata and controls

149 lines (76 loc) · 4.68 KB

Changelog

0.2.10 (2025-02-04)

Dependencies

  • The following workspace dependencies were updated
    • dependencies
      • fetch-mock bumped from ^12.2.1 to ^12.3.0

0.2.9 (2025-01-28)

Bug Fixes

  • force release of @fetch-mock/jest (7ff5915)

Dependencies

  • The following workspace dependencies were updated
    • dependencies
      • fetch-mock bumped from ^12.2.0 to ^12.2.1

0.2.8 (2025-01-11)

Bug Fixes

  • incorrect Jest extension TypeScript type (9d47c33)

0.2.7 (2024-11-29)

Bug Fixes

  • add not type definitions (68b24e7)
  • adding jestMock extension support to match documentation (9e41a81)
  • adding types to jest matchers (033048a)

0.2.6 (2024-11-15)

Bug Fixes

  • remove extraneous console.log (c2c92a4)

Dependencies

  • The following workspace dependencies were updated
    • dependencies
      • fetch-mock bumped from ^12.1.0 to ^12.2.0

0.2.5 (2024-11-08)

Dependencies

  • The following workspace dependencies were updated
    • dependencies
      • fetch-mock bumped from ^12.0.3 to ^12.1.0

0.2.4 (2024-11-08)

Dependencies

  • The following workspace dependencies were updated
    • dependencies
      • fetch-mock bumped from 12.0.2 to 12.0.3

0.2.3 (2024-10-30)

Bug Fixes

  • use file extension to avoid import errors for vitest and jest wrappers (f1f25f1)

0.2.2 (2024-10-28)

Dependencies

  • The following workspace dependencies were updated
    • dependencies
      • fetch-mock bumped from 12.0.1 to 12.0.2

0.2.1 (2024-10-27)

Dependencies

  • The following workspace dependencies were updated
    • dependencies
      • fetch-mock bumped from 12.0.0 to 12.0.1

0.2.0 (2024-10-24)

⚠ BREAKING CHANGES

  • Replaced legacy fetch-mock code with fetch-mock/core code

Features

  • Replaced legacy fetch-mock code with fetch-mock/core code (999ce92)

Documentation Changes

  • bring jest docs into website (18ae8b6)

Dependencies

  • The following workspace dependencies were updated
    • dependencies
      • fetch-mock bumped from 11.1.5 to 12.0.0

0.1.1 (2024-09-25)

Bug Fixes

  • change export order so default is last (bc9c41d)

Dependencies

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

0.1.0 (2024-08-31)

Features

  • new @fetch-mock/jest wrapper (93f35c6)
  • start implementing jest and vitest wrappers (804f885)

Bug Fixes

  • hooks into jest's global mock management functions (aaadda0)
  • one step closer to fixing types in jest wrapper (b69f595)