Releases: miragejs/mirage-msw
Releases · miragejs/mirage-msw
0.2.2
0.2.1
0.2.0
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
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
- Add Prettier for code formatting by @IanVS in #7
- Use PNPM by @IanVS in #9
- Convert to TypeScript by @IanVS in #10
New Contributors
Full Changelog: 0.1.1...0.1.2
0.1.1
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
Initial Release