Skip to content
This repository has been archived by the owner on Jul 12, 2024. It is now read-only.

v1.4.0

Compare
Choose a tag to compare
@255kb 255kb released this 14 Dec 10:18
· 22 commits to main since this release

Features

  • A new --log-transaction flag is available to log the full HTTP transaction. If enabled, the logs will contain the same information that can be found in the application. (Issue #34)
  • The CLI can now be run in the foreground as a blocking process with the --daemon-off flag. In this case, logs are both directed to stdout (console) and the usual files. (Issue #43)

Improvements

  • A new --repair flag can be used to automate running mocks with old file versions (CLI won't prompt about migrating/repairing the file anymore). (Issue #50)

Fixes

  • The CLI is not crashing anymore if environment's name contains slashes or backslashes. (Issue #42)