Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
README.md | 2023-04-04 | 549 Bytes | |
v2.15.0.tar.gz | 2023-04-04 | 345.2 kB | |
v2.15.0.zip | 2023-04-04 | 383.9 kB | |
Totals: 3 Items | 729.7 kB | 0 |
- Bump minimal Go version to 1.17
- Bump golang.org/x/net to 0.7.0
- Support colored output (#161, [#335])
- Support thousand separation when formatting numbers (#274)
- Print HTTP request and response in failure message (#159)
- Add
RequestFactoryFunc
,ClientFunc
,WebsocketDialerFunc
,ReporterFunc
,LoggerFunc
(#249) - Add
PanicReporter
(#248) - Fix error messages in
AssertReporter
andRequireReporter
(1e30c2736042d3b7e88bfff1948b74af4e8f1306) - Update documentation
- Improve test coverage
- Refactor and cleanup tests