Skip to content

Releases: Vectorface/whip

v0.5.0

22 Jan 01:04
0d0f464
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.4.0...v0.5.0

v0.4.0

25 Aug 13:51
daa06ba
Compare
Choose a tag to compare
  • Fixes reading of comma separated IP addresses from headers, i.e. when the request passed through multiple proxies (@denirun #22)
  • Test enhancements (@peter279k #21)
  • Increase minimum version to PHP 5.6

v0.3.2 Maintenance Release

30 Oct 15:10
c3cdf71
Compare
Choose a tag to compare

This release includes the following fixes & improvements:

  • Fallback to remote address corrected (@fullpipe)
  • Fix package title header (@WyriHaximus)
  • CI: Fix PHP 5.3, add PHP 7.1

v0.3.1

27 Jan 19:09
Compare
Choose a tag to compare

v0.3.1 is a bugfix release.

This release adds missing Whip::IPV4 and Whip::IPV6 constants, test updates to reflect the new constants, and some documentation corrections.

v0.3.0

24 Jan 14:50
Compare
Choose a tag to compare

Version v0.3.0 release includes:

  • Support for PSR-7 ServerRequestInterface, co-existing with superglobal support.
  • Additional support for injecting a source array or request object. (Removes hard reliance on the superglobal $_SERVER)
  • Moved from PSR-0 to PSR-4 autoloader format.
  • General code, documentation, and test improvements.

The commits between this version and the last can be found here.

v0.2.0

06 Oct 21:05
Compare
Choose a tag to compare

Version v0.2.0 release includes:

  • Refactored code
  • Scrutinizer
  • Support for the proxy header HTTP_X_REAL_IP

For further details, the commits between v0.1.0 and v0.2.0 can be found here.

v0.1.0

03 Oct 18:34
Compare
Choose a tag to compare

Version 0.1.0 release