Skip to content

v2.2.0

Choose a tag to compare

@wazabii8 wazabii8 released this 15 Mar 12:29
· 4 commits to main since this release
b40beb8
  • 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.
  • argv Always Returns Array: Fixed a bug where argv could return a non-array value; it now consistently returns an array in all cases.