All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
- Added PsrRequestFactory
- Dropped support for PHP 7.x and PHP 8.0
- Removed deprecations for compatibility up to PHP 8.4
- Calls sendfile when body is a stream with an uri. (#6)
- Fix case when server listens port 80
- Added support for SameSite attribute on cookies
- Dropped support for PHP 7.1
- Fixed bugs from immutability
- Fixed withHeader must preserve casing
- Improved Mutation Score Indicator (MSI)
- Added support for body with null (#4)
- Fixed dependency for php8 support (#3)
- Fixed status always is 200 (#2)
- Fix header retrieval
- Initial release