Releases: maplephp/http
Releases · maplephp/http
v2.2.1
v2.2.0
- Query & Body Parameter Input Class: Added a new input class for handling query and body parameters, making it easier to work with structured request inputs.
- Input Class Docs: Added documentation describing the new input class and how to use it.
argvAlways Returns Array: Fixed a bug whereargvcould return a non-array value; it now consistently returns an array in all cases.
v2.1.0
- Added new path utilities for easier path traversal and manipulation
- Introduced a stream factory for creating stream objects
- Expanded core framework functionality with additional path handling features
- Added automated tests to improve development and reliability