npm miragejs 0.2.0-alpha.0
v0.2.0-alpha.0

latest releases: 0.2.0-alpha.3, 0.2.0-alpha.2, 0.2.0-alpha.1...
3 months ago

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

  • Make createServer async to support MSW by @IanVS in #1104

🐛 Bugfixes

🏠 Internal

Full Changelog: v0.1.48...v0.2.0-alpha.0

Don't miss a new miragejs release

NewReleases is sending notifications on new releases.