Skip to content

Releases: jreisinger/checkip

v0.14.0

16 Nov 09:12
Compare
Choose a tag to compare

Changelog

6c3275d use iota to define check.Type (fix #18)

v0.13.1

14 Nov 17:28
Compare
Choose a tag to compare

Changelog

1f128d0 Check returns error not *check.Error
b5b2a83 let's be consistent in error handling

v0.13.0

14 Nov 17:10
Compare
Choose a tag to compare

Changelog

355ec42 add ping check
ead749c minor changes in check/check.go
224bd33 minor changes in checks/checks.go
f110949 minor changes in cli/cli.go
b0c5bc4 move TODO to GH issues

v0.12.0

13 Nov 14:51
Compare
Choose a tag to compare

Changelog

b43d3fa Check returns *check.Error instead of error
729f801 minor changes in TODO.md, check/check.go
abc41be rename Info.String to Info.Summary

v0.11.1

13 Nov 13:58
Compare
Choose a tag to compare

Changelog

ef93242 show unique URLs, don't limit number

v0.11.0

13 Nov 13:47
Compare
Choose a tag to compare

Changelog

eed6c07 minor changes in checks/checks.go, cli/cli.go
a217b0e no emoticon for NaN

v0.10.3

13 Nov 09:55
Compare
Choose a tag to compare

Changelog

0a69b74 get rid of a dependency
a1a6eec minor changes in README.md

v0.10.2

12 Nov 19:08
Compare
Choose a tag to compare

Changelog

6b193a5 improve docs
cf4ae45 improve docs

v0.10.1

11 Nov 20:59
Compare
Choose a tag to compare

Changelog

58a34d0 refactor
4db3ca8 refactor
1dbe592 refactor

v0.10.0

11 Nov 14:31
Compare
Choose a tag to compare

Changelog

065e81a Merge pull request #16 from pete911/refactor
86963d5 add print as method on results
b07a668 fix abusedbip json
fc1feb0 merge master
dfb86e0 minor changes in README.md
4ef6f80 minor changes in cmd/checkip.go
917ec2c no API but CLI with JSON output
41bdc34 re-enable API after Pete's refactoring
040b3f2 remove pkg folder
7b38634 rename result error field
bcd6fa3 small refactor