Skip to content
This repository has been archived by the owner on Oct 11, 2024. It is now read-only.

Releases: leafsphp/router

🌍 Leaf on Earth

02 Oct 10:32
63929b2
Compare
Choose a tag to compare

v0.4.0

Fixed

  • Patched up optional params by @tomvb

This is the final release for Leaf Router. From this point on, the Router will be merged back into Leaf's core.

πŸš€ Leaf from Neptune

25 Aug 01:25
dc37447
Compare
Choose a tag to compare

v0.3 - 25 August 2024

Added

  • Added support for named params in route() method by @crosa7

πŸš€ Leaf on Saturn

30 Jun 10:09
Compare
Choose a tag to compare

v0.2.3 - 30 Jun 2023

Added

  • Added pattern and params to output from getRoute()

Fixed

  • Patched up issues when mounting a group on /
  • Fixed missing route info from dynamic routes (#7)
  • Fixed middleware not working when added to route groups (#6)

πŸš€ Leaf by Saturn

04 Jun 06:20
Compare
Choose a tag to compare

v0.2.2 - 4 Jun 2023

Fixed

  • Patched up namespace issue (#4)

πŸš€ Leaf to Saturn

01 May 17:41
Compare
Choose a tag to compare

v0.2.1 - 1 May 2023

Fixed

  • Patched up multiple nested routes
  • Patched up dynamic nested routes

πŸš€ Leaf from Saturn

28 Apr 16:02
Compare
Choose a tag to compare

v0.2.0 - 28 Apr 2023

Added

  • Added registerMiddleware

πŸš€ Leaf before Mars

26 Apr 00:57
Compare
Choose a tag to compare

v0.1.13 - 26 Apr 2023

Fixed

  • Patched up nested route groups issue

πŸš€ Leaf above Mars

25 Apr 18:15
Compare
Choose a tag to compare

v0.1.12 - 25 Apr 2023

Added

  • Added full route options to getRoute method

πŸš€ Leaf under Mars

12 Jan 09:26
Compare
Choose a tag to compare

v0.1.11 - 12 Jan 2023

Fixed

  • Patched up inconsistencies with route groups and middleware

πŸš€ Leaf between Mars

14 Oct 13:40
Compare
Choose a tag to compare

v0.1.10

Removed

  • Removed influence of env over mode