This experimental release is in support of the new mirage-msw interceptor, which allows the use of MSW instead of the default pretender interceptor within miragejs.
The main change so far is that createServer
from mirage is now async, and should be awaited before starting your application. This is because MSW itself is async.
There may be additional breaking changes going forward, so use this version with caution.
🚨 Breaking Changes
🐛 Bugfixes
🏠 Internal
- Update github actions and node versions for CI by @IanVS in #1105
- Upgrade dependencies by @IanVS in #1106
Full Changelog: v0.1.48...v0.2.0-alpha.0