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

Tags: tnapf/Router

Tags

v6.0.1

Toggle v6.0.1's commit message
Fixed bug with route runner being null when supplying uri to catcher

v6.0.0

Toggle v6.0.0's commit message
Fixed link?

v5.4.4

Toggle v5.4.4's commit message
Added coverage info

v4.4.4

Toggle v4.4.4's commit message
Changed docs to reflect new feature

v4.3.4

Toggle v4.3.4's commit message
Revert "Fixed catching bug"

This reverts commit a3dddd9.

v4.3.3

Toggle v4.3.3's commit message
Fixed catching bug

v4.3.2

Toggle v4.3.2's commit message
several modifications, see description

- fixed docblocks
- removed unnecessary `&` from `addRoute(Route &$route)` because object parameters are always passed as reference
- replaced self-references with `self::`
- replaced `array_merge` with spread operator
- replaced `boolval()` with `(bool)` typecast
- made anonymous functions static
- replaced `in_array()` with `array_key_exists()`
- removed unnecessary `EMIT_EMPTY_RESPONSE` in match as its value was the same as the default arm

v4.3.1

Toggle v4.3.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Update README.md

v4.2.0

Toggle v4.2.0's commit message
Fixed warning when code given doesn't exist

v3.2.0

Toggle v3.2.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Removed unneeded items for TOC