Skip to content

Releases: smocker-dev/smocker

v0.9.0

03 Jun 21:37
7425a96
Compare
Choose a tag to compare
  • Improve multimap matcher definition by supporting this format:
headers:
  foo: bar
  baz:
    matcher: ShouldMatch
    value: .*
  • Add body matchers which allow to query keys of a json body
body:
  bar.baz[0]:
    matcher: ShouldEqual
    value: test
  #--- or ---
  bar.baz[0]: test

v0.8.0

29 May 21:09
81d9851
Compare
Choose a tag to compare
  • Breaking change: improve the syntax for matchers on headers and query_params.

Before:

headers:
  matcher: ShouldMatch
  values:
    Content-Type: "application/.*"

After:

headers:
  Content-Type:
    - matcher: ShouldMatch
      value: "application/.*"

v0.7.0

25 May 16:20
675968e
Compare
Choose a tag to compare
  • Add button to create mock from request in case of error 6xx

v0.6.1

12 May 05:05
634a917
Compare
Choose a tag to compare
Merge pull request #91 from Thiht/collapse

feat: display collapse component when body size is to huge

v0.6.0

17 Feb 23:17
6fbcff4
Compare
Choose a tag to compare
  • Sessions

v0.5.1

10 Feb 22:44
a0b2fc5
Compare
Choose a tag to compare
  • Fix UI

v0.5.0

05 Feb 23:25
b2af4a1
Compare
Choose a tag to compare

v0.4.1

29 Jan 15:28
9c574a5
Compare
Choose a tag to compare
Merge pull request #46 from Thiht/fix-request-body-history

fix display of request body

v0.4.0

27 Nov 10:35
b12ba66
Compare
Choose a tag to compare
Merge pull request #42 from Thiht/improvments

Improvments

v0.3.1

20 Nov 16:51
8718bd1
Compare
Choose a tag to compare
Merge pull request #41 from Thiht/proxy

fix: deadlock when proxy redirect to smocker