All Versions
24
Latest Version
Avg Release Cycle
115 days
Latest Release
-

Changelog History
Page 3

  • v1.2.0 Changes

    โž• Added

    • Can now use any callable as a controller.
    • Request object is now built by the strategy when one is not available from the container.

    ๐Ÿ›  Fixed

    • General tidying and removal of unused code.
    • URI variables now correctly passed to controller in MethodArgumentStrategy.
  • v1.1.0 Changes

    โž• Added

    • โž• Added addPatternMatcher method to allow custom regex shortcuts within wildcard routes.
    • ๐Ÿ”จ Refactored logic around matching routes.
  • v1.0.1 Changes

    ๐Ÿ›  Fixed

    • โž• Added import statements for all used objects.
    • ๐Ÿ›  Fixed dockblock annotations.
    • โœ… PSR-2 standards improvements within tests.
  • v1.0.0 Changes

    โž• Added