All Versions
27
Latest Version
Avg Release Cycle
86 days
Latest Release
790 days ago

Changelog History
Page 1

  • v1.1.2 Changes

    August 03, 2021
    • fix(mock): fix race condition in mock.go file (#92)
  • v1.1.1 Changes

    July 14, 2021
    • feat(matchers): Support custom MIME types (#88)
  • v1.1.0 Changes

    June 02, 2021
    • Add context expiration cancellation support (#86)
  • v1.0.16 Changes

    November 23, 2020

    v1.0.16 / 2020-11-23

    • 🛠 Fix regexp matching issues in headers (#59)
  • v1.0.15 Changes

    July 03, 2019

    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.14 Changes

    January 31, 2019
    • feat(version): bump to v1.0.14
    • feat: add go.mod
  • v1.0.13 Changes

    January 30, 2019
    • Add PathParam matcher (#42)
  • v1.0.12 Changes

    November 13, 2018

    🔄 Changes

    v1.0.12 / 2018-11-13

    • 🛠 Fix possible data race. (#41)
  • v1.0.11 Changes

    October 29, 2018

    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

    September 09, 2018

    🔄 Changes

    v1.0.10 / 2018-09-09

    • 👌 Support multiple response headers with same name #35 (#36)