Releases: utopia-php/http
Releases · utopia-php/http
0.16.2
- Fix for an error when requesting
utopia
resource from getResource
method
0.16.1
- Fixed sensitivity error in the
Whitelist
validator
0.16.0
- Added methods to parse and get Content Range header values.
0.15.1
- Fixed self reference in a callback causing memory leak #16
0.15.0
- Added ability to add alias routes
0.14.1
- Added support for both floats and integers in the range validator
0.14.0
- Added a new wildcard validator to accept any kind of value
0.13.0
- Added
getType
and isArray
methods to all validators
- Added a new param to the
WhiteList
validator to help identify the list type
- Added missing tests to some validators
- Deprecated the following validators: Email, IP, Host, Domain, Multiple, URL, Length, Mock
0.12.3
Fix to avoid multiple send calls on response object.
0.12.2
Null value for param is now also considered as an empty value that get the default param as fallback.