Skip to content

Releases: ikawaha/httpcheck

v1.8.2

01 Mar 01:38
b11570e
Compare
Choose a tag to compare

What's Changed

  • Bump github.com/stretchr/testify from 1.8.1 to 1.8.2 by @dependabot in #33

Full Changelog: v1.8.1...v1.8.2

v1.8.1

22 Nov 12:47
fdfe1c0
Compare
Choose a tag to compare

What's Changed

  • fix: Use TestingT interface instead of *testing.T by @ikawaha in #32

Full Changelog: v1.8.0...v1.8.1

v1.8.0

22 Nov 00:53
21a6e2b
Compare
Choose a tag to compare

What's Changed

  • refactor: Introduce an interface that abstracts *testing.T by @ikawaha in #31

Full Changelog: v1.7.1...v1.8.0

v1.7.1

24 Oct 14:17
e3ea951
Compare
Choose a tag to compare

What's Changed

  • Bump github.com/stretchr/testify from 1.8.0 to 1.8.1 by @dependabot in #29

Full Changelog: v1.7.0...v1.7.1

v1.7.0

27 Aug 06:21
6b4af0b
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.6.4...v1.7.0

v1.6.4

25 Aug 22:41
7f830ea
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.6.3...v1.6.4

v1.6.3

01 Jul 07:06
95dcf6a
Compare
Choose a tag to compare

What's Changed

  • Bump github.com/stretchr/testify from 1.7.3 to 1.8.0 by @dependabot in #22

Full Changelog: v1.6.2...v1.6.3

v1.6.2

21 Jun 01:49
cc485f0
Compare
Choose a tag to compare

What's Changed

  • Bump github.com/stretchr/testify from 1.7.2 to 1.7.3 by @dependabot in #19

Full Changelog: v1.6.1...v1.6.2

v1.6.1

06 Jun 22:41
61db8a8
Compare
Choose a tag to compare

What's Changed

  • Bump github.com/stretchr/testify from 1.7.0 to 1.7.2 by @dependabot in #18

Full Changelog: v1.6.0...v1.6.1

Add WithHostHeader

07 Jul 07:52
12a84b9
Compare
Choose a tag to compare
Add WithHostHeader (#16)

* Add WithHostHeader

* Fix HasCookie/WithCookie comments