4.11.0
版本发布时间: 2022-11-07 00:37:54
slimphp/Slim最新发布版本:4.14.0(2024-06-13 17:37:43)
Total issues resolved: 27
- 3180: Declare types thanks to @nbayramberdiyev
- 3181: Update laminas/laminas-diactoros requirement from ^2.8 to ^2.9 thanks to @dependabot[bot]
- 3182: Update guzzlehttp/psr7 requirement from ^2.1 to ^2.2 thanks to @dependabot[bot]
- 3183: Update phpstan/phpstan requirement from ^1.4 to ^1.5 thanks to @dependabot[bot]
- 3184: Update adriansuter/php-autoload-override requirement from ^1.2 to ^1.3 thanks to @dependabot[bot]
- 3189: Update phpstan/phpstan requirement from ^1.5 to ^1.6 thanks to @dependabot[bot]
- 3191: Adding property types to Middleware classes thanks to @ashleycoles
- 3193: Handlers types thanks to @ashleycoles
- 3194: Adding types to AbstractErrorRenderer thanks to @ashleycoles
- 3195: Adding prop types for Exception classes thanks to @ashleycoles
- 3196: Adding property type declarations for Factory classes thanks to @ashleycoles
- 3197: Remove redundant docblock types thanks to @theodorejb
- 3199: Update laminas/laminas-diactoros requirement from ^2.9 to ^2.11 thanks to @dependabot[bot]
- 3200: Update phpstan/phpstan requirement from ^1.6 to ^1.7 thanks to @dependabot[bot]
- 3205: Update guzzlehttp/psr7 requirement from ^2.2 to ^2.4 thanks to @dependabot[bot]
- 3206: Update squizlabs/php_codesniffer requirement from ^3.6 to ^3.7 thanks to @dependabot[bot]
- 3207: Update phpstan/phpstan requirement from ^1.7 to ^1.8 thanks to @dependabot[bot]
- 3211: Assign null coalescing to coalesce equal thanks to @MathiasReker
- 3213: Void return thanks to @MathiasReker
- 3214: Is null thanks to @MathiasReker
- 3216: Refactor thanks to @mehdihasanpour
- 3218: Refactor some code thanks to @mehdihasanpour
- 3221: Cleanup thanks to @mehdihasanpour
- 3225: Update laminas/laminas-diactoros requirement from ^2.11 to ^2.14 thanks to @dependabot[bot]
- 3228: Using assertSame to let assert equal be restricted thanks to @peter279k
- 3229: Update laminas/laminas-diactoros requirement from ^2.14 to ^2.17 thanks to @dependabot[bot]
- 3235: Persist routes indexed by name in RouteCollector for improved performance. thanks to @BusterNeece