3.8.0
版本发布时间: 2017-03-18 20:08:49
slimphp/Slim最新发布版本:4.14.0(2024-06-13 17:37:43)
Total issues resolved: 17
- 1946: Fix url mismatch when the base path contains a space
- 2066: Improve request parsing with invalid json
- 2110: Cleanup CallableResolver
- 2117: Addressing PHP 7.1 build issues
- 2119: Update docblocks for route arguments
- 2121: Support rendering Exceptions with previous Errors
- 2122: Handle invalid XML better
- 2126: Ensure Request::withUri preserves host correctly
- 2132: Added pragmatic example in code example into README.md
- 2134: As per PSR-7, type hint @return static
- 2136: updated consistent name request and response in MiddlewareAwareTrait
- 2137: updated missing phpdoc in Routable
- 2141: Call not-found/bad-method handlers on invalid HTTP method
- 2143: Fixed HTTP EOL
- 2146: Allowing use of PSR-11 containers
- 2150: Fix typo of getParams() phpdoc
- 2164: Update DocBlock