Skip to content

Releases: dhuan/mock

v1.4.14

03 Nov 19:52

Choose a tag to compare

Update changelog

v1.4.13

01 Nov 17:47

Choose a tag to compare

Update changelog

v1.4.12

01 Oct 19:05

Choose a tag to compare

Upgrade golang

v1.4.11

19 Apr 22:09

Choose a tag to compare

Update changelog for v1.4.11

v1.4.10

07 Feb 19:25

Choose a tag to compare

Update changelog

v1.4.9

28 Jan 22:45

Choose a tag to compare

Update changelog

v1.4.8

24 Jan 18:47

Choose a tag to compare

Update changelog

v1.4.7

02 Jan 21:56

Choose a tag to compare

ADDED:

- Add support for retrieving nested values from JSON payloads with `mock
  get-payload`. For example `mock get-payload users[0].name`.
- New ``--json`` option for ``mock write``.

v1.4.6

23 Dec 22:22

Choose a tag to compare

ADDED:

- New commands: `mock get-header`, `mock set-status`, `mock get-payload`
- Add `--append` to `mock write`.

FIXED:

- BUG: Requests to file-server endpoints' index page would only be rendered if
  the URL contained a slash at the end. Not having a slash suffix would return
  404.

v1.4.5

29 Nov 23:27

Choose a tag to compare

Update changelog