v1.2.0
The following changes are part of this release. It followed so closely on the heels of the v1.1.72 release that you may want to look at those release notes as well.
New Features
- A new
decorate
behavior to support post-processing responses before sending them. - A new
removeProxies
query parameter to support easier record-playback behavior for proxy stubs. - The delete single imposter and
delete all imposters API calls
now both accept the
replayable
andremoveProxies
query params. - Improved validation during imposter creation to make using the API easier. Previously, mountebank would only validate (at best) the first response of each stub during creation due to the complexity of validating all scenarios. Now, all responses always get validated.
Install
npm install -g mountebank@1.2.0 --production
or:
Option | node.js required? | sudo required? | links | Description |
---|---|---|---|---|
Self-contained archives | No | No | Simply unpack and run mb from inside |
|
OS-specific packages | No | Yes | Puts mb at /usr/local/bin , which is generally in the PATH . |
|
source tarball | Yes | No | source tarball if you roll that way. |