Skip to content

Releases: k1LoW/httpstub

v0.13.0

15 Feb 21:47
d2201aa
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.12.0...v0.13.0

v0.12.0

30 Dec 01:43
2fb5577
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.11.1...v0.12.0

v0.11.1

09 Dec 11:45
c7b2355
Compare
Choose a tag to compare

What's Changed

  • Fix: Multiple Matchers Consuming Request Body Causing Stub Handler Failure by @qawatake in #28

New Contributors

Full Changelog: v0.11.0...v0.11.1

v0.11.0

01 Jun 11:14
3a8208b
Compare
Choose a tag to compare

What's Changed

  • Add Router.URL for get *httptest.Server.URL by @k1LoW in #27

Full Changelog: v0.10.0...v0.11.0

v0.10.0

14 Apr 09:22
0337544
Compare
Choose a tag to compare

What's Changed

  • [BREAKING CHANGE] Fix path match logic by @k1LoW in #23
  • Support text/* response using examples: by @k1LoW in #24

Full Changelog: v0.9.2...v0.10.0

v0.9.2

12 Apr 07:34
35c421e
Compare
Choose a tag to compare

What's Changed

  • Fix handling Content-Type header in ResponseExample by @k1LoW in #21

Full Changelog: v0.9.1...v0.9.2

v0.9.1

12 Apr 03:57
321a09f
Compare
Choose a tag to compare

What's Changed

  • Skip scheme://host:port validation by @k1LoW in #19

Full Changelog: v0.9.0...v0.9.1

v0.9.0

12 Apr 02:17
6097fa3
Compare
Choose a tag to compare

What's Changed

  • Add Query() for query match by @k1LoW in #16
  • Support response using examples of OpenAPI v3 Document by @k1LoW in #18

Full Changelog: v0.8.0...v0.9.0

v0.8.0

20 Mar 11:56
6553834
Compare
Choose a tag to compare

What's Changed

  • Setup tagpr by @k1LoW in #13
  • Support request/response validation using OpenAPI Spec v3 by @k1LoW in #15

Full Changelog: v0.7.0...v0.8.0

v0.7.0

17 Mar 01:11
Compare
Choose a tag to compare

What's Changed

  • Add utility methods that embedds fmt.Sprintf by @k1LoW in #12

Full Changelog: v0.6.0...v0.7.0