0.8
Pre-release
Pre-release
Total issues resolved: 12
- 84: Add type hints and fix docblocks for \Slim\Http\Response thanks to @adriansuter
- 86: Add type hints and fix docblocks for \Slim\Http\ServerRequest thanks to @adriansuter
- 87: Add type hints to
\Slim\Http\Uri
thanks to @adriansuter - 89: Remove self return typehints from Response object thanks to @l0gicgate
- 91: Response::withFile() and Response::withFileDownload() thanks to @l0gicgate
- 92: Add test case for unknown media type thanks to @adriansuter
- 93: Add test case for ServerRequest::getMediaType() thanks to @adriansuter
- 94: Fix version in composer installation instruction thanks to @adriansuter
- 96: Change properties that are private to be protected thanks to @adriansuter
- 97: Add phpstan and phpunit files to be export-ignored thanks to @adriansuter
- 98: Add
CODE_OF_CONDUCT.md
to export-ignore thanks to @adriansuter - 100: parse body if empty and has media type detected thanks to @esetnik