0.17.0
Pre-release
Pre-release
- Minor refactoring
- During controller matching:
- Simple paths –
/path
– will try to matchpath::handle
anddefault::path
, in that order- ... where
default
is the default controller class, andhandle
is aPSR-15
-compliant method
- ... where
- Nested paths –
/a/nested/path
– will try to matcha\nested::path
anda\nested\path::handle
, in that order- ... where
handle
is aPSR-15
-compliant method
- ... where
- Simple paths –