-
Notifications
You must be signed in to change notification settings - Fork 3
Changes
Stein Janssen edited this page Feb 24, 2016
·
1 revision
v0.8.0
- Added optional parameter
- Added lazy url loading
- Improved code
v0.7.0
- Improved code
v0.6.0
- Changed usages of router check out the
Usages
section for more detail - Posible to add closure to a route
- Routes with query string will be found now (bugfix: v0.6.1)
v0.5.0
- Removed unnecessary code
v0.4.0
- Added interfaces and created an url factory
v0.3.0
- Its now posible to add options to url wildcards for more information see
wildcard options
v0.2.0
- RouteResolver uses regex to match routes quicker
Simple PHP Router
Getting started - Usage - Wildcard options - Changes