Route v4.0.0 Release Notes

Release Date: 2018-08-10 // over 5 years ago
  • [4.0.0] 2018-08

    ๐Ÿ”„ Changed

    • Increased minimum PHP version to 7.1.0
    • Now implements PSR-15 middleware and request handlers.
    • No longer enforces use of container, one can be used optionally.
    • Strategies now return PSR-15 middleare as handlers.
    • Increased types of proxy callables that can be used as controllers.
    • ๐Ÿ”จ General housekeeping and refactoring for continued improvement.

    ๐Ÿ›  Fixed

    • Group level strategies now handle exceptions if a route is not matched but the request falls within the group.