Releases: ybbus/httpmockserver
Releases · ybbus/httpmockserver
v1.0.7
- increased test coverage
- clear expectations after assert
- added jsonpathmatcher
v1.0.6
fix JSONBody response accepting string and []byte
v1.0.5
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
add automatic content-type header for json response
v.1.0.3
added t.Helper() to show the failing test instead of the library code
v1.0.2
- add hint of which validation never matched on an unmatched expectation
v1.0.1
added documentation
added Patch method
v1.0.0
Initial release version of httpmockserver.
Documentation will follow
fix form validation
v0.4.2
fix body form parse