Skip to content

Latest commit

 

History

History
86 lines (49 loc) · 2.89 KB

CHANGELOG.md

File metadata and controls

86 lines (49 loc) · 2.89 KB

Changelog

All notable changes to this project will be documented in this file. See standard-version for commit guidelines.

4.1.0 (2023-07-25)

Features

4.0.0 (2023-07-22)

Features

  • rewrite with @mswjs/interceptors (#432) (cb66cf5)
    • use snapshot to store records
    • store records by test by request
    • support custom request cache key
    • compatible with Vitest

BREAKING CHANGES

  • this package is now pure ESM
  • this package now requires Node 18+
  • the record format has been changed
  • Mode has been replaced by the Jest --ci/--update-snapshot flag

3.0.0 (2020-07-29)

Features

BREAKING CHANGES

  • require Node 10+

2.0.2 (2018-11-30)

Bug Fixes

  • compute hash correctly for records with JSON body (#351) (e9c156a)

2.0.1 (2018-09-21)

Bug Fixes

2.0.0 (2018-07-28)

Features

BREAKING CHANGES

  • directly use require to setup instead of using reporter
  • drop options
    • playbacks and mode_env are not configurable
    • completely dropped debug
    • moved mode to the setup API

1.0.1 (2017-09-05)

Bug Fixes

v1.0.0 (2017-07-13)

🚀 New Feature

  • Release first version