Releases: steinfletcher/apitest
Releases · steinfletcher/apitest
v1.6.0
v1.5.17
What's Changed
- fix(MockResponse): added thread-safe to the MockResponse by @nomadesoft in #155
- feat(mocks): added support for reusing mocks any times by @nomadesoft in #154
- Fix vet errors copying mutex by @steinfletcher in #156
New Contributors
- @nomadesoft made their first contribution in #155
Full Changelog: v1.5.16...v1.5.17
v1.5.16
What's Changed
- Fix MockRequest.BodyRegexp by @sentanos in #143
- Set env variable to disable logs colorization by @svetadob in #139
- Bump github.com/gofiber/fiber/v2 from 2.38.1 to 2.43.0 in /examples by @dependabot in #138
New Contributors
- @sentanos made their first contribution in #143
- @svetadob made their first contribution in #139
- @dependabot made their first contribution in #138
Full Changelog: v1.5.15...v1.5.16
v1.5.15: always show HTTP request method in diagrams (#130)
even if there are no query parameters
v1.5.14: Adding custom context to Request (#126) (#127)
v1.5.13: Remove goveralls
Better coverage tooling to be enabled in future commit
v1.5.12
Add support multipart/form-data (#119) Co-authored-by: iasergunin <iasergunin@avito.ru>
v1.5.11
Support defining input as http.Request from std lib
v1.5.10
Update vendored modules
v1.5.9
Fix ordering of reset character when colorizing error output