You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
### Features
- [#zimic] Added the module `zimic/server` to export server resources
and allow programmatic management. The exported resources are:
- `createInterceptorServer`
- `InterceptorServer`
- `InterceptorServerOptions`
- `NotStartedInterceptorServerError`
- `runCommand`
- `CommandError`
- `DEFAULT_ACCESS_CONTROL_HEADERS`
- `DEFAULT_PREFLIGHT_STATUS_CODE`
### Refactoring
- [examples] Simplified the examples using remote interceptors. Now that
the function `runCommand` is exported from `zimic/server`, we can create
a load script to apply the mocks before starting the applications.
- [#zimic] Removed the prefix `[zimic]` from errors because it is not
necessary.
### Documentation
- [examples] Improved the documentation of some examples.
Closes#130.
zimic/server
and factorycreateServer
to not expose the Server class directlyThe text was updated successfully, but these errors were encountered: