Slim Framework v4.3.0 Release Notes

Release Date: 2019-10-05 // over 4 years ago
  • โž• Added

    • 2819 Added description to addRoutingMiddleware()
    • โšก๏ธ 2820 Update link to homepage in composer.json
    • 2828 Allow URIs with leading multi-slashes
    • ๐Ÿ”จ 2832 Refactor FastRouteDispatcher
    • 2835 Rename pathFor to urlFor in docblock
    • 2846 Correcting the branch name as per issue-2843
    • 2849 Create class alias for FastRoute\RouteCollector
    • 2855 Add list of allowed methods to HttpMethodNotAllowedException
    • 2860 Add base path to $request and use RouteContext to read

    ๐Ÿ›  Fixed

    • 2839 Fix description for handler signature in phpdocs
    • 2844 Handle base path by routeCollector instead of RouteCollectorProxy
    • 2845 Fix composer scripts
    • 2851 Fix example of 'Hello World' app
    • โœ… 2854 Fix undefined property in tests

    โœ‚ Removed

    • ๐Ÿšš 2853 Remove unused classes