Fast Route v1.3.0 Release Notes
Release Date: 2018-02-13 // about 7 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.