Shipped a Feature
We've shipped quite a bunch of new features and improvements for Mock Service Worker in the latest minor release. Here's a sneak peek of just a few of those:

  • Supports "rest.all()" request handler to capture any REST requests to a particular endpoint regardless of the method;
  • Supports encoded path components;
  • Supports mocking GraphQL "extensions" field;
  • Migrates to "path-to-regexp" to have an identical path definition and matching logic as in ExpressJS.

Make sure to check out the Release notes for 0.36.0.

Thank you to all the contributors who made this release happen. You're incredible.