Releases: slimphp/Slim-Http
Releases · slimphp/Slim-Http
1.4.0
What's Changed
- Update dependencies by @akrabat in #209
- Update Laminas Diactoros to ^2.18.1 by @l0gicgate in #210
- PSR-7 Tests Fix by @l0gicgate in #220
- Change interface to add support of psr/http-message:2.0 by @AleksandrCherepanov in #237
New Contributors
- @AleksandrCherepanov made their first contribution in #237
Full Changelog: 1.3.0...1.4.0
1.3.0
Total issues resolved: 25
- 144: Update phpstan/phpstan requirement from ^0.12.52 to ^0.12.58 thanks to @dependabot-preview[bot]
- 147: Update phpstan/phpstan requirement from ^0.12.58 to ^0.12.64 thanks to @dependabot-preview[bot]
- 150: Update nyholm/psr7 requirement from ^1.3 to ^1.4 thanks to @dependabot-preview[bot]
- 151: Update phpstan/phpstan requirement from ^0.12.64 to ^0.12.80 thanks to @dependabot-preview[bot]
- 154: Update phpstan/phpstan requirement from ^0.12.80 to ^0.12.85 thanks to @dependabot[bot]
- 155: Update squizlabs/php_codesniffer requirement from ^3.5 to ^3.6 thanks to @dependabot[bot]
- 163: Feature/drop php7.2 thanks to @t0mmy742
- 164: Add missing dev dependency thanks to @l0gicgate
- 166: PHPStan v1.0 thanks to @t0mmy742
- 168: Update phpstan/phpstan requirement from ^1.0 to ^1.2 thanks to @dependabot[bot]
- 169: Update phpstan/phpstan requirement from ^1.2 to ^1.3 thanks to @dependabot[bot]
- 170: Update phpstan/phpstan requirement from ^1.3 to ^1.4 thanks to @dependabot[bot]
- 186: Update nyholm/psr7 requirement from ^1.4 to ^1.5 thanks to @dependabot[bot]
- 188: Update adriansuter/php-autoload-override requirement from ^1.2 to ^1.3 thanks to @dependabot[bot]
- 189: Update phpstan/phpstan requirement from ^1.4 to ^1.5 thanks to @dependabot[bot]
- 190: Update laminas/laminas-diactoros requirement from ^2.8 to ^2.9 thanks to @dependabot[bot]
- 191: Drop support for PHP 7.3 thanks to @nbayramberdiyev
- 192: Update phpstan/phpstan requirement from ^1.5 to ^1.6 thanks to @dependabot[bot]
- 194: Create decorated response interface thanks to @mporam
- 196: Update phpstan/phpstan requirement from ^1.6 to ^1.7 thanks to @dependabot[bot]
- 197: Update laminas/laminas-diactoros requirement from ^2.9 to ^2.11 thanks to @dependabot[bot]
- 198: Update squizlabs/php_codesniffer requirement from ^3.6 to ^3.7 thanks to @dependabot[bot]
- 199: Update phpstan/phpstan requirement from ^1.7 to ^1.8 thanks to @dependabot[bot]
- 200: Update laminas/laminas-diactoros requirement from ^2.11 to ^2.14 thanks to @dependabot[bot]
- 201: Update laminas/laminas-diactoros requirement from ^2.14 to ^2.17 thanks to @dependabot[bot]
1.2.0
Total issues resolved: 3
1.1.0
Total issues resolved: 21
- 113: Update .editorconfig thanks to @voyula
- 116: Update nyholm/psr7 requirement from ^1.0 to ^1.2 thanks to @dependabot-preview[bot]
- 117: Update laminas/laminas-diactoros requirement from ^2.0 to ^2.3 thanks to @dependabot-preview[bot]
- 118: Update phpstan to ^0.12.23 thanks to @l0gicgate
- 119: Update phpstan/phpstan requirement from ^0.12.23 to ^0.12.25 thanks to @dependabot-preview[bot]
- 120: Update adriansuter/php-autoload-override requirement from ^1.0 to ^1.1 thanks to @dependabot-preview[bot]
- 121: Update nyholm/psr7 requirement from ^1.2 to ^1.3 thanks to @dependabot-preview[bot]
- 122: Update phpstan/phpstan requirement from ^0.12.25 to ^0.12.26 thanks to @dependabot-preview[bot]
- 123: Update phpstan/phpstan requirement from ^0.12.26 to ^0.12.27 thanks to @dependabot-preview[bot]
- 124: Update phpstan/phpstan requirement from ^0.12.27 to ^0.12.28 thanks to @dependabot-preview[bot]
- 125: Update phpstan/phpstan requirement from ^0.12.28 to ^0.12.29 thanks to @dependabot-preview[bot]
- 126: Update phpstan/phpstan requirement from ^0.12.29 to ^0.12.30 thanks to @dependabot-preview[bot]
- 127: Update phpstan/phpstan requirement from ^0.12.30 to ^0.12.31 thanks to @dependabot-preview[bot]
- 128: Update adriansuter/php-autoload-override requirement from ^1.1 to ^1.2 thanks to @dependabot-preview[bot]
- 129: Update phpstan/phpstan requirement from ^0.12.31 to ^0.12.32 thanks to @dependabot-preview[bot]
- 130: Update phpstan/phpstan requirement from ^0.12.32 to ^0.12.33 thanks to @dependabot-preview[bot]
- 131: Update phpstan/phpstan requirement from ^0.12.33 to ^0.12.34 thanks to @dependabot-preview[bot]
- 134: Update phpstan/phpstan requirement from ^0.12.36 to ^0.12.37 thanks to @dependabot-preview[bot]
- 135: Correct ServerRequest::getParam method PHPDoc thanks to @hhovakimyan
- 136: Update phpstan/phpstan requirement from ^0.12.37 to ^0.12.40 thanks to @dependabot-preview[bot]
- 138: Fix the composer provide rule thanks to @stof
1.0.0
Total issues resolved: 6
- 104: Fix composer scripts thanks to @adriansuter
- 105: Remove charset on json content-type thanks to @odan
- 108: PHPUnit 8, PHP 7.2 and Laminas thanks to @adriansuter
- 110: PSR-12 + fully-qualified function calls thanks to @t0mmy742
- 111: Fix White Spacing in composer.json thanks to @l0gicgate
- 112: Update php-autoload-override version thanks to @adriansuter
0.8
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
0.7
Total issues resolved: 5
- 77: Decorate responses created by withRedirect helper thanks to @trvrnrth
- 78: Make use of late static binding to allow decorator extension thanks to @trvrnrth
- 79: Provide native return type hints for all additional helpers thanks to @trvrnrth
- 81: allow body parsers for media types containing + thanks to @danopz
- 83: Code Quality thanks to @l0gicgate
0.6
- 70: Test with PHP 7.3 thanks to @tuupola
- 71: Fix PHP Coveralls thanks to @l0gicgate
- 73: Rename Decorators And Match Original Slim-Http Namespace thanks to @l0gicgate
0.5
Total issues resolved: 3
- 67: PSR-7 Decorators Migration thanks to @l0gicgate
- 68: PSR-7 Decorators README thanks to @l0gicgate
- 69: Remove Unused Dependency php-http/message-factory thanks to @l0gicgate
0.4
Total issues resolved: 17
- 32: Psr7 integration tests thanks to @danopz
- 33: editorconfig and gitattributes thanks to @danopz
- 35: Add 2 as valid protocol version thanks to @danopz
- 36: Add provides http-message-implementation thanks to @danopz
- 37: Add only restriction to getParams() thanks to @akrabat
- 38: Protocol version for HTTP/2 is '2' not '2.0' thanks to @akrabat
- 39: IPv6 Adresses formatting thanks to @speckbein
- 41: Encode user info thanks to @akrabat
- 43: Clear password when calling withUserInfo('') thanks to @danopz
- 47: Add PHPStan thanks to @danopz
- 49: Simplify requestUri detection thanks to @akrabat
- 52: making string comparison more strict in Slim\Http\Uri class thanks to @nyamsprod
- 53: replaces incorrect sprintf placeholders with default placeholders thanks to @llvdl
- 54: Fixed integration tests for UploadedFile, Uri thanks to @danopz
- 55: Add additional properties to editorconfig thanks to @danopz
- 56: Add statuscode 308 to isRedirect check thanks to @danopz
- 59: Update minimum php version to 7.0.0 thanks to @dbtlr
Last release before Slim-Http became a set of decorators.