v2.2.0
- Query & Body Parameter Input Class: Added a new input class for handling query and body parameters, making it easier to work with structured request inputs.
- Input Class Docs: Added documentation describing the new input class and how to use it.
argvAlways Returns Array: Fixed a bug whereargvcould return a non-array value; it now consistently returns an array in all cases.