Releases: codeburnerframework/router
Releases · codeburnerframework/router
v2.3.0
v2.2.0
- Separate the pattern parser logic from collector, now are easily extendable.
- Added method for getting the passed instance of strategy in routes.
getRawStrategy
. - Improved docs, class references and fixed some little issues.
v2.1.1
Paths:
- Fix datatype conflicts with php7 keyword Resource.
- Fix assignments of
Matcher
in matched routes.
v2.1.0
new features:
- PSR7 Native Support
- Tons of HTTP Exceptions
changes:
-
setPrefix
onGroup
now return theGroup
instance with correctRoute
objects -
call
onRoute
now accept passing one callable as parameter for wrapping container funcs -
except
method onCollector
now support passing one string as first argument - Fixed the fluence of
setRoute
andsetWildcard
methods, now you are able to chain - Improved docs
v2.0.0
new features list:
- Route Objects
- Wildcards Constraints with Delimiters
- Grouped Routes
- Default Parameters
- Route Metadata
- Nested Resources
- Route Enhancers
- Verbose collector methods
v1.0.0
- Incredible performance
- Wildcards Constraints
- Optional Segments
- Dynamic Method and Functions call
- Controller Collectors
- Resource Collectos
- Namespacing Routes
- Verbose Exceptions
- Route Strategies