PSR7-Middlewares v3.19.0 Release Notes

Release Date: 2017-01-04 // over 7 years ago
    • Robots : Use Content-Type: text/plain for robots.txt #47
    • ๐Ÿ›  Fixed a conflict with the version of fast-route and league/route #53
    • New JsonValidator middleware, to validate the json scheme of the request's body. It's like the JsonSchema middleware but without the router functionality. #46 #58
    • BasicAuthentication::checkUserPassword() is protected, allowing to override it. #60
    • ๐Ÿ†• New option Cors::logger() to provide a psr-3 logger instance to debugging #61
    • ๐Ÿ›  Fixed Csrf in php 5 #62
    • ๐Ÿ†• New option Payload::override() to override the previous parsed body if exists.