Releases: DeveloperMarius/simple-php-router
Releases · DeveloperMarius/simple-php-router
Version 5.1.7
Version 5.1.6
Version 5.1.5
Hello,
this release fixes an array to string conversion error with the validation exception.
~ Marius
Version 5.1.4
Hello,
this release contains more detailed error messages for input validation.
~ Marius
Version 5.1.3
Hello,
in this release I added some changes to the route attributes.
~ Marius
Version 5.1.2
Hello,
fixed an input validation issue with nullable route parameters.
~ Marius
Version 5.1.1
Version 5.1.0.19
Hello,
when the request body is empty and the content type json, json_decode returns null.
This is was catched and will now be handled correctly.
~ Marius
Version 5.1.0.18
Hello,
fixed case for input [["a","b"],0]
~ Marius
Version 5.1.0.17
Hello,
this release contains fixes for the loadRoutes function.
~ Marius