Releases: mattevans/pwned-passwords
Releases · mattevans/pwned-passwords
v0.6.0
- Resolves issue where panic could occur if response from upstream wasn't as expected (#11) - @WilliamNHarvey
v0.5.0
Refactor
- Reduces footprint
- Removes confusing service architecture
- Allows setting of custom HTTP client
- Removes internal store (cache)
- Updates tests
v0.3.0
- Removes the handrolled cache/store
- Replaces removed store with a wrapper around
patrickmn/go-cache
v0.2.0
- Includes support for Go Modules