Fast Route v1.3.0 Release Notes

Release Date: 2018-02-13 // about 6 years ago
    • ๐Ÿ‘Œ Improve type usage in doc comments.
    • ๐Ÿ’… Switch coding style to PSR-2.
    • ๐Ÿšš Mark shape keys in FastRoute.hhi as optional. This adds support for HHVM >= 3.23 and removes support for HHVM < 3.23.

Previous changes from v1.2.0

    • โž• Added support for route groups.
    • Made some RouteCollector properties protected instead of private.