v2.0.0
Breaking changes since v1.2.8
- Now requires NodeJs version 7.6 or above
- The programmatic API is completely different, new API reference here
- A few command-line options changed
--log-formatbecame--log.format--forbidbecame--blacklist--no-cachebecame--no-conditional-get- Mock Responses are now defined in a class, rather than plain array/object literal. See here.
- The
-sshortcut for--spahas been removed, please use--spainstead. -cwas previously the alias for--compress, it's now the alias for--config-file.-zis the new alias for--compress- removed
-b, which was previously the alias for--forbid
- The config file format changed, details here
- The stats output which used to be the default is now available via
--log.format stats
Everything else is either new or unchanged.
All the known issues with v1 are resolved in v2.