Releases: leafsphp/http
Releases · leafsphp/http
🛰️ Interference
v4.2 - 15 Jul 2025
Added
- Added support for location querying via IP via
getLocationFromIp()
&getUserLocation()
Fixed
- Cleaned up
getIp()
method
📡 Reverb
v4.1 - 18 Apr 2025
Added
- Added support for multiple file uploads
🛜 Relay
v4.0 - 28 Feb 2025
Added
- Added
Response::inertia()
method - Added
Request::getFullUrl()
method
Fixed
- Added query_string fallback for older servers
🌬️ Kalbaisakhi
v3.5 - 29 Jan 2025
Added
- Added
Response::view()
andResponse::render()
methods to directly render configured templates by @mychidarko
Fixed
- Fixed
Request::getUserAgent()
querying wrong key (#35) by @ruitrigo-dev
🎐 Squall
v3.4 - 17 Jan 2025
Added
- Added support for http method overides via
X-Http-Method-Override
and_METHOD
@mychidarko
Fixed
- Patched up issue with unofficial http status codes, thanks @patrickvuarnoz @Laivee
🎐 Downburst
v3.3 - 6 Jan 2024
Added
- Added named route redirects with params by @phederal
Fixed
- Normalize request path methods, thanks @patrickvuarnoz
- Compatility with
Leaf/FS
package with file handling @ibnsultan
🎐 Wind Shear
v3.1 - 4 Dec 2024
Fixed
- Fixed warnings on PHP 8.4 by @joanhey
- Removed parsing on external URLs for redirects by @mychidarko
🌪️ Waterspout '1'
v3.0.1 - 10 Nov 2024
Fixed
- Patched up rare error generated when a user sends an empty form
🌪️ Waterspout
v3.0 - 10 Nov 2024
Changed
- No real changes, just new version constraints
🌪️ Tornado
v2.8 - 6 Nov 2024
Added
- Added internal instance of Leaf form validator