Skip to content

Releases: utopia-php/http

0.13.0

13 Apr 07:35
b54ee9c
Compare
Choose a tag to compare
0.13.0 Pre-release
Pre-release
  • 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

22 Mar 22:03
Compare
Choose a tag to compare
0.12.3 Pre-release
Pre-release

Fix to avoid multiple send calls on response object.

0.12.2

22 Mar 07:30
Compare
Choose a tag to compare
0.12.2 Pre-release
Pre-release

Null value for param is now also considered as an empty value that get the default param as fallback.

0.12.1

17 Mar 22:15
ba17789
Compare
Choose a tag to compare
0.12.1 Pre-release
Pre-release

Fixed the routing for head requests.

0.12.0

04 Mar 17:15
bfdb236
Compare
Choose a tag to compare
0.12.0 Pre-release
Pre-release

Added option to set and get the currently selected route and by that skip or overwrite the router match method.

0.11.0

02 Mar 20:24
3c11f01
Compare
Choose a tag to compare
0.11.0 Pre-release
Pre-release

Added an option to disable the middleware callbacks for a specific route.

0.10.2

28 Feb 15:17
86e3f8f
Compare
Choose a tag to compare
0.10.2 Pre-release
Pre-release

Fixed bug when routing between same level of paths.

0.10.1

10 Feb 12:43
9af223a
Compare
Choose a tag to compare
0.10.1 Pre-release
Pre-release

Fix for multiple IPs when routed through proxy

0.10.0

26 Dec 12:03
65909bd
Compare
Choose a tag to compare
0.10.0 Pre-release
Pre-release

Added the new inject method for the Route class.

0.9.8

11 Nov 20:36
Compare
Choose a tag to compare
0.9.8 Pre-release
Pre-release

Added new content types