Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
README.md | 2023-10-03 | 460 Bytes | |
v2.16.0.tar.gz | 2023-10-03 | 350.5 kB | |
v2.16.0.zip | 2023-10-03 | 389.7 kB | |
Totals: 3 Items | 740.7 kB | 0 |
- Bump minimum Go version to 1.19
- Rename
Response.ContentType
/ContentEncoding
/TransferEncoding
toHasXxx
(#252) - Add
Request.WithReporter
andWithAssertionHandler
(#234) - Add stacktrace printing support (#160)
- Colorize JSON values (#334)
- Colorize HTTP requests and responses (#343)
- Prevent panic if
flag.Parse
hasn't been called (#410) - Refactor and cleanup tests
- Improve test coverage
- Improve documentation
- Improve CI