Skip to content
This repository has been archived by the owner on Jan 9, 2025. It is now read-only.

Releases: tnapf/Router

v6.0.1

14 Jun 22:49
Compare
Choose a tag to compare

What's Changed

  • Fixed bug with route runner being null when supplying uri to catcher by @CommandString in #17

Full Changelog: v6.0.0...v6.0.1

v6.0.0

23 May 18:16
Compare
Choose a tag to compare

What's Changed

Full Changelog: v5.4.4...v6.0.0

v5.4.4

01 May 01:50
Compare
Choose a tag to compare

What's Changed

Full Changelog: v4.4.4...v5.4.4

v4.4.4

24 Apr 12:36
Compare
Choose a tag to compare

What's Changed

  • Added static arguments to routes
  • Ability to prove parameters and static arguments in route groups
  • Examples for static arguments and grouping routes

v4.3.4

01 Apr 21:52
Compare
Choose a tag to compare

What's Changed

v4.3.3

01 Apr 16:38
Compare
Choose a tag to compare

What's Changed

v4.3.2

29 Mar 13:54
Compare
Choose a tag to compare

What's Changed

New Contributors

v4.3.1

29 Mar 12:36
a962545
Compare
Choose a tag to compare

What's Changed

v4.2.0

18 Mar 11:54
Compare
Choose a tag to compare

API Changes

  • Before Middleware is now referred to as middleware
  • After Middleware is now referred to as postware
  • Mounting routes is now referred to as grouping routes
  • Handling middleware/postware has now changed
  • Using closures for handlers is no longer possible
  • RequestHandlerInterface is used for middleware, postware, route controllers
  • Internal Performance Updates
  • Catchable exceptions must extend HttpException

Relevant PRs

v3.2.0

03 Mar 14:41
d3e4fef
Compare
Choose a tag to compare

Updates

  • Ability to mount routes inside mount functions
  • Implemented all HttpExceptions
  • Added examples