Skip to content

Releases: DragonBe/hibp

First minor bump for PSR compliance

07 Apr 21:50
v0.1.0
17575b9
Compare
Choose a tag to compare

I've modified the code so now it makes use of PSR 7 request and response interfaces and PSR 18 client interfaces.

This is a first minor bump as we're still backwards compatible without any known breaks, but now completely ready for the future to facilitate any HTTP client interface that implements PSR 18.

Enjoy the improvements.

Release v0.0.6

04 Jan 16:01
v0.0.6
5becf6b
Compare
Choose a tag to compare

We've updated the package to include:

  • Typo fix in the README document (PR #6 by @abiodunsulaiman694)
  • Allowing custom options into the HTTP client (PR #7 by @srsbiz)
  • Testing against PHP 7.3
  • Improving mutation tests on CircleCI

Also read my blog article A word about my Have I Been Pwned package where I explain how this password lookup works behind the scenes and to ensure the audience that no passwords are shared over the wire.