Releases: metrumresearchgroup/wrapt
Releases · metrumresearchgroup/wrapt
v0.0.5 - Dependency updates
Update dependencies
This updates us to the latest go and testify.
Add LogResponseBody
This minor release adds the LogResponseBody function that takes the http.Response.Body
and outputs it as test output.
Conform to Testify
This release matches/mirrors the basic functionality of testify's assert and require, moving the testify extensions into a pair of packages, named after them. Testing is done through their interface, so we now have full coverage of pass/fail functionality.
ValidateError and AssertError are now A.WantErr and R.WantErr.
Initial version
Publish the first version for use in other project with a version tag.