Releases · h2non/gock
v1.2.0
v1.2.0 / 2022-10-19
- refactor(package): import path changed to github.com/h2non/gock
v1.1.2
v1.1.2 / 2021-08-03
- fix(mock): fix race condition in mock.go file (#92)
v1.1.1
v1.1.1 / 2021-07-14
- feat(matchers): Support custom MIME types (#88)
v1.1.0
v1.1.0 / 2021-06-02
- Add context expiration cancellation support (#86)
v1.0.16
v1.0.16 / 2020-11-23
- Fix regexp matching issues in headers (#59)
v1.0.15
v1.0.15 / 2019-07-03
- NewMatcher() will now return objects that completely separate one another. (#55)
- add request Options (#49)
- fix typo: function -> func (#52)
- feat(docs): change note
- feat(docs): add net/http support
- Add Basic Auth (#47)
- Update LICENSE (#46)
v1.0.12
Changes
v1.0.12 / 2018-11-13
- Fix possible data race. (#41)
v1.0.11
v1.0.11 / 2018-10-29
- Do not reset response body (#40)
- refactor(travis): remove unsupported versions for golint based on Go release policy support
- feat(gock): add gock.Observe to support inspection of the outgoing intercepted HTTP traffic (#38)
v1.0.10
Changes
v1.0.10 / 2018-09-09
- Support multiple response headers with same name #35 (#36)