Skip to content

Releases: utopia-php/http

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

0.9.7

29 Oct 12:26
Compare
Choose a tag to compare
0.9.7 Pre-release
Pre-release

Fixed cookie types

0.9.6

26 Oct 00:23
Compare
Choose a tag to compare
0.9.6 Pre-release
Pre-release

Updated tests, CI, coding standard and added some minor fixes based on Psalm analysis.

0.9.5

23 Oct 06:26
Compare
Choose a tag to compare
0.9.5 Pre-release
Pre-release

Added PSALM analysis, and some code maintenance.

0.9.4

21 Oct 14:57
Compare
Choose a tag to compare
0.9.4 Pre-release
Pre-release

Fixed the way we set internal resources.