1
0
mirror of https://github.com/dannyvankooten/AltoRouter.git synced 2025-07-15 05:46:30 +02:00
Commit Graph

7 Commits

Author SHA1 Message Date
09d9d946c5 Merge pull request #69 from koenpunt/unicode-regex
Add support for unicode regular expressions
2014-04-16 11:44:40 +02:00
b29440e117 Allow instance of iterator in addRoutes 2014-04-16 11:39:57 +02:00
dbe416b9b9 Add addRoutes method for bulk adding routes 2014-04-16 11:17:42 +02:00
fc6d743e0a Add support for unicode regular expressions 2014-04-16 11:09:59 +02:00
7c53090c1e Use instance methods to set basePath and matchTypes
renamed addMatchType to addMatchTypes
2014-01-08 14:39:18 +01:00
8a19056553 Added method for setting new and modifying existing named match types.
It's also possible to set these from the constructor.

$router->generate() is now possible with custom regex matches.
2014-01-08 12:28:13 +01:00
77dba7b120 Fixed issue with optional params
added tests
2013-07-14 23:36:51 +02:00