Skip to content

Releases: codeburnerframework/router

v2.3.0

25 Feb 00:38
Compare
Choose a tag to compare
  • Added support to name routes and create dynamic links or paths
  • Removed support to HHVM on tests and adopted the PHP 7

v2.2.0

22 Feb 17:55
Compare
Choose a tag to compare
  • 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

22 Feb 12:28
Compare
Choose a tag to compare

Paths:

  • Fix datatype conflicts with php7 keyword Resource.
  • Fix assignments of Matcher in matched routes.

v2.1.0

17 Feb 23:43
Compare
Choose a tag to compare

new features:

  • PSR7 Native Support
  • Tons of HTTP Exceptions

changes:

  • setPrefix on Group now return the Group instance with correct Route objects
  • call on Route now accept passing one callable as parameter for wrapping container funcs
  • except method on Collector now support passing one string as first argument
  • Fixed the fluence of setRoute and setWildcard methods, now you are able to chain
  • Improved docs

v2.0.0

10 Feb 08:17
Compare
Choose a tag to compare

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

11 Jan 03:40
Compare
Choose a tag to compare
  • Incredible performance
  • Wildcards Constraints
  • Optional Segments
  • Dynamic Method and Functions call
  • Controller Collectors
  • Resource Collectos
  • Namespacing Routes
  • Verbose Exceptions
  • Route Strategies