Releases: Vectorface/whip
Releases · Vectorface/whip
v0.5.0
What's Changed
- Bump PHP to 8.0, add CI, modernize code by @francislavoie in #25
New Contributors
- @francislavoie made their first contribution in #25
Full Changelog: v0.4.0...v0.5.0
v0.4.0
- 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
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
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
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.