Skip to content

Latest commit

 

History

History
53 lines (32 loc) · 953 Bytes

File metadata and controls

53 lines (32 loc) · 953 Bytes

Versions

0.3.0

0.2.2 2018-06-05

  • Fixed for php56.

0.2.1 2018-02-23

  • Adds RouteMap as param to filter.

0.2.0 2018-02-23

  • Adds pre and post route filters.

0.1.9 2018-02-18

  • Routes without parameters are now processed first.

0.1.8 2017-12-16

  • Removed some debug code. :|

0.1.7 2017-12-16

  • Fixed a hole in the pattern matcher for multiple parameters.
  • Routes now require a leading /.

0.1.6 2017-12-16

  • Fix for empty routes.

0.1.5 2017-12-16

  • 'extra' params can now be bassed into the run array which are in turn passed to the closure.

0.1.4 2017-11-20

  • Run method now returns the result of the matching routes lambda.
  • Added RouteParamException for catching duplicate parameter names.
  • Now requires neuron 0.7.*

0.1.3 2016-09-14

  • readme update.

0.1.1 2016-08-16

  • Adds htaccess example.
  • Adds example index.php
  • Adds 404 handling.

0.1.0 2016-08-16

Initial version.