Skip to content
This repository was archived by the owner on May 23, 2023. It is now read-only.

Releases: CommandString/Router

v3.4.3

02 Feb 13:45
Compare
Choose a tag to compare
all private properties/methods are now protected

v3.3.3

02 Feb 13:23
325ae01
Compare
Choose a tag to compare
Router is no longer final

For more control over the router I made it extendable

v3.2.3

22 Jan 02:26
b77d08d
Compare
Choose a tag to compare
Added new middleware update

v3.1.3

20 Jan 05:36
Compare
Choose a tag to compare

Revamped middleware

V2.1.3

07 Jan 05:38
0dcecda
Compare
Choose a tag to compare
Fixed fatal bug with query params

v2.1.2

22 Dec 19:30
Compare
Choose a tag to compare
Added getHttpServer and getSocketServer methods

v2.0.2

22 Dec 16:35
bfe5cb3
Compare
Choose a tag to compare
commandstring/env is not required

Was used in development

v2.0.1

22 Dec 15:43
52f055e
Compare
Choose a tag to compare
Fixed composer.json

v2.0.0

22 Dec 09:17
Compare
Choose a tag to compare

Everything has been changed, this router package now sits on top of ReactPHP/HTTP so any previous projects that used this will not work this any future versions.

v1.1.6

08 Dec 05:09
453680e
Compare
Choose a tag to compare
Added arg to Environment::get()

You can now specify a property to return in the get method