Skip to content

Releases: miragejs/mirage-msw

0.2.2

19 Jun 13:12
Compare
Choose a tag to compare

What's Changed

  • Handle response bodies other than strings by @IanVS in #18
    (requires Mirage 0.2.0-alpha.2+)

Full Changelog: 0.2.1...0.2.2

0.2.1

17 Jun 15:45
Compare
Choose a tag to compare

What's Changed

Fixed peerDependency range for miragejs.

Full Changelog: 0.2.0...0.2.1

0.2.0

17 Jun 15:36
Compare
Choose a tag to compare

This release drops support for MSW 1.x, and requires version 2.x. There were many changes between the two versions of MSW, and maintaining support for both would be a large burden on such an experimental project as this.

Also note that Mirage 0.2.0-alpha.1 or higher is now required as well.

Breaking changes

Full Changelog: 0.1.2...0.2.0

0.1.2

09 Nov 16:26
Compare
Choose a tag to compare

What's Changed

Features and Fixes

  • Pass MockedRequest with additional getters to mirage handler by @mrloop in #4
  • Build for browser, don't bundle msw by @IanVS in #13
  • Add passthrough support by @IanVS in #11

Internal

New Contributors

  • @mrloop made their first contribution in #4
  • @IanVS made their first contribution in #7

Full Changelog: 0.1.1...0.1.2

0.1.1

14 Nov 18:45
Compare
Choose a tag to compare

Updated the contract on how route handlers are created with the change in MirageJS 0.1.46

This version works with MirageJS 0.1.46+

0.1.0

21 Oct 13:52
Compare
Choose a tag to compare

Initial Release