Skip to content

Releases: ybbus/httpmockserver

v1.1.0

09 Mar 11:31
9f27509
Compare
Choose a tag to compare

change jwt library

v1.0.7

22 Feb 22:34
4ba379f
Compare
Choose a tag to compare
  • increased test coverage
  • clear expectations after assert
  • added jsonpathmatcher

v1.0.6

20 Feb 13:01
Compare
Choose a tag to compare

fix JSONBody response accepting string and []byte

v1.0.5

20 Feb 12:38
Compare
Choose a tag to compare

provide implementation of T (subset of testing.T) if no testing.T is available -> &loggerT{}

This will be taken by default if no T is provided (nil).

v1.0.4

20 Feb 12:07
Compare
Choose a tag to compare

add automatic content-type header for json response

v.1.0.3

20 Feb 09:45
Compare
Choose a tag to compare

added t.Helper() to show the failing test instead of the library code

v1.0.2

20 Feb 09:14
Compare
Choose a tag to compare
  • add hint of which validation never matched on an unmatched expectation

v1.0.1

19 Feb 17:40
Compare
Choose a tag to compare

added documentation

added Patch method

v1.0.0

19 Feb 10:47
Compare
Choose a tag to compare

Initial release version of httpmockserver.

Documentation will follow

fix form validation

15 Feb 11:55
Compare
Choose a tag to compare
v0.4.2

fix body form parse