Skip to content

[BREAKING CHANGE] v1.0.4: Code cleanup with golangci-lint

Compare
Choose a tag to compare
@wneessen wneessen released this 29 Oct 15:13
· 21 commits to main since this release
8a77d77

This release introduces breaking changes

I am currently implementing code standards across all my code bases by introducing a golangci-lint workflow. This release applies this workflow to go-hibp. Unfortunately this introduces a breaking change be renaming all methods and references that previously had Api in it to API and Http to HTTP.

Please update your code accordingly.

What's Changed

Full Changelog: v1.0.3...v1.0.4