- Rename
Match.Index
toSubmatch
(gh-252) - Rename
Match.Name
toNamedSubmatch
(gh-252) - Rename
Match.Values
/NotValues
toHasSubmatches
/NotHasSubmatches
(gh-252) - Rename
Cookie.HasMaxAge
/NotContainsMaxAge
toContainsMaxAge
/NotContainsMaxAge
(gh-252) - Add
Response.Reader
for accessing response body directly (gh-382) - Add
Request.WithRetryPolicyFunc
(gh-435) - Add
Request.WithQueryEncoder
andQueryEncoderFormKeepZeros
(gh-438) - Add
Number.InDeltaRelative
(gh-306) - Add
Object.Length
- Update
Request.WithPath
to always format floats in decimal notation (gh-449) - Fix panic in
DebugPrinter
when printing body (gh-444) - Fix bugs in
NewMatchC()
andNewWebsocketMessageC()
- Improve test coverage
- Improve documentation and examples
- Add TLS example (gh-205)
- Bump some dependencies