athena-framework / athena

An ecosystem of reusable, independent components
https://athenaframework.org
MIT License
211 stars 17 forks source link

Param refactor #426

Closed Blacksmoke16 closed 1 month ago

Blacksmoke16 commented 3 months ago

Context

The previous implementation of param support (query and request) was essentially a one-off, and dates back to the early years of the framework. This PR brings the feature into more modern patterns, and makes everything much less complex.

Resolves #418

Changelog