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
This commit was created on GitHub.com and signed with GitHub’s verified signature.
The key has expired.
Order stub execution results in UI alphabetically (#250).
Sort and group configuration items in help page in terminal (#250).
Added option to response body helper to format JSON and XML strings (#250).
Updated YAML input formatting so a neat error message is returned if the YAML is invalid (#250).
Added option to go to stub when viewing stub execution result under request (#250).
Updated form body viewer in UI to correctly show request body if the sent body isn't actually a valid form body (#250).
Updated "request to stub" handler for form body. When form handler yields no results (e.g. form body is invalid) the handler will not be executed (#250).
Updated "update stub" endpoint so an HTTP 404 is returned when the stub ID in the URL does not exist (#250).
Added response body parsers for scenario state and hit count (#182).
Added MkDocs project for the documentation. Release documentation as separate artifact and also package the documentation with the HttPlaceholder user interface (#254).
BREAKING CHANGES
Update stub call now returns HTTP 404 if the stub ID in the URL does not exist. This was HTTP 204 before.