- Fixed for php56.
- Adds RouteMap as param to filter.
- Adds pre and post route filters.
- Routes without parameters are now processed first.
- Removed some debug code. :|
- Fixed a hole in the pattern matcher for multiple parameters.
- Routes now require a leading /.
- Fix for empty routes.
- 'extra' params can now be bassed into the run array which are in turn passed to the closure.
- Run method now returns the result of the matching routes lambda.
- Added RouteParamException for catching duplicate parameter names.
- Now requires neuron 0.7.*
- readme update.
- Adds htaccess example.
- Adds example index.php
- Adds 404 handling.
Initial version.