Skip to content

Tags: ilearnbydoing/Slim-Http

Tags

1.2.0

Toggle 1.2.0's commit message

Verified

This tag was signed with the committer’s verified signature.
l0gicgate Pierre B.
Total issues resolved: **3**

- [140: Update phpstan/phpstan requirement from ^0.12.40 to ^0.12.52](slimphp#140) thanks to @dependabot-preview[bot]
- [141: Update laminas/laminas-diactoros requirement from ^2.3 to ^2.4](slimphp#141) thanks to @dependabot-preview[bot]
- [142: PHP 8 support](slimphp#142) thanks to @edudobay

1.1.0

Toggle 1.1.0's commit message

Verified

This tag was signed with the committer’s verified signature.
l0gicgate Pierre B.
Total issues resolved: **21**

- [113: Update .editorconfig](slimphp#113) thanks to @voyula
- [116: Update nyholm/psr7 requirement from ^1.0 to ^1.2](slimphp#116) thanks to @dependabot-preview[bot]
- [117: Update laminas/laminas-diactoros requirement from ^2.0 to ^2.3](slimphp#117) thanks to @dependabot-preview[bot]
- [118: Update phpstan to ^0.12.23](slimphp#118) thanks to @l0gicgate
- [119: Update phpstan/phpstan requirement from ^0.12.23 to ^0.12.25](slimphp#119) thanks to @dependabot-preview[bot]
- [120: Update adriansuter/php-autoload-override requirement from ^1.0 to ^1.1](slimphp#120) thanks to @dependabot-preview[bot]
- [121: Update nyholm/psr7 requirement from ^1.2 to ^1.3](slimphp#121) thanks to @dependabot-preview[bot]
- [122: Update phpstan/phpstan requirement from ^0.12.25 to ^0.12.26](slimphp#122) thanks to @dependabot-preview[bot]
- [123: Update phpstan/phpstan requirement from ^0.12.26 to ^0.12.27](slimphp#123) thanks to @dependabot-preview[bot]
- [124: Update phpstan/phpstan requirement from ^0.12.27 to ^0.12.28](slimphp#124) thanks to @dependabot-preview[bot]
- [125: Update phpstan/phpstan requirement from ^0.12.28 to ^0.12.29](slimphp#125) thanks to @dependabot-preview[bot]
- [126: Update phpstan/phpstan requirement from ^0.12.29 to ^0.12.30](slimphp#126) thanks to @dependabot-preview[bot]
- [127: Update phpstan/phpstan requirement from ^0.12.30 to ^0.12.31](slimphp#127) thanks to @dependabot-preview[bot]
- [128: Update adriansuter/php-autoload-override requirement from ^1.1 to ^1.2](slimphp#128) thanks to @dependabot-preview[bot]
- [129: Update phpstan/phpstan requirement from ^0.12.31 to ^0.12.32](slimphp#129) thanks to @dependabot-preview[bot]
- [130: Update phpstan/phpstan requirement from ^0.12.32 to ^0.12.33](slimphp#130) thanks to @dependabot-preview[bot]
- [131: Update phpstan/phpstan requirement from ^0.12.33 to ^0.12.34](slimphp#131) thanks to @dependabot-preview[bot]
- [134: Update phpstan/phpstan requirement from ^0.12.36 to ^0.12.37](slimphp#134) thanks to @dependabot-preview[bot]
- [135: Correct ServerRequest::getParam method PHPDoc](slimphp#135) thanks to @hhovakimyan
- [136: Update phpstan/phpstan requirement from ^0.12.37 to ^0.12.40](slimphp#136) thanks to @dependabot-preview[bot]
- [138: Fix the composer provide rule](slimphp#138) thanks to @stof

1.0.0

Toggle 1.0.0's commit message

Verified

This tag was signed with the committer’s verified signature.
l0gicgate Pierre B.
Total issues resolved: **6**

- [104: Fix composer scripts](slimphp#104) thanks to @adriansuter
- [105: Remove charset on json content-type](slimphp#105) thanks to @odan
- [108: PHPUnit 8, PHP 7.2 and Laminas](slimphp#108) thanks to @adriansuter
- [110: PSR-12 + fully-qualified function calls](slimphp#110) thanks to @t0mmy742
- [111: Fix White Spacing in composer.json](slimphp#111) thanks to @l0gicgate
- [112: Update php-autoload-override version](slimphp#112) thanks to @adriansuter

0.8

Toggle 0.8's commit message

Verified

This tag was signed with the committer’s verified signature.
l0gicgate Pierre B.
Total issues resolved: **12**

- [84: Add type hints and fix docblocks for \Slim\Http\Response](slimphp#84) thanks to @adriansuter
- [86: Add type hints and fix docblocks for \Slim\Http\ServerRequest](slimphp#86) thanks to @adriansuter
- [87: Add type hints to `\Slim\Http\Uri`](slimphp#87) thanks to @adriansuter
- [89: Remove self return typehints from Response object](slimphp#89) thanks to @l0gicgate
- [91: Response::withFile() and Response::withFileDownload()](slimphp#91) thanks to @l0gicgate
- [92: Add test case for unknown media type](slimphp#92) thanks to @adriansuter
- [93: Add test case for ServerRequest::getMediaType()](slimphp#93) thanks to @adriansuter
- [94: Fix version in composer installation instruction](slimphp#94) thanks to @adriansuter
- [96: Change properties that are private to be protected](slimphp#96) thanks to @adriansuter
- [97: Add phpstan and phpunit files to be export-ignored](slimphp#97) thanks to @adriansuter
- [98: Add `CODE&slimphp#95;OF&slimphp#95;CONDUCT.md` to export-ignore](slimphp#98) thanks to @adriansuter
- [100: parse body if empty and has media type detected](slimphp#100) thanks to @esetnik

0.7

Toggle 0.7's commit message

Verified

This tag was signed with the committer’s verified signature.
l0gicgate Pierre B.
Total issues resolved: **5**

- [77: Decorate responses created by withRedirect helper](slimphp#77) thanks to @trvrnrth
- [78: Make use of late static binding to allow decorator extension](slimphp#78) thanks to @trvrnrth
- [79: Provide native return type hints for all additional helpers](slimphp#79) thanks to @trvrnrth
- [81: allow body parsers for media types containing +](slimphp#81) thanks to @danopz
- [83: Code Quality](slimphp#83) thanks to @l0gicgate

0.6

Toggle 0.6's commit message

Verified

This tag was signed with the committer’s verified signature.
akrabat Rob Allen
Total issues resolved: **3**

- [70: Test with PHP 7.3](slimphp#70) thanks to @tuupola
- [71: Fix PHP Coveralls](slimphp#71) thanks to @l0gicgate
- [73: Rename Decorators And Match Original Slim-Http Namespace](slimphp#73) thanks to @l0gicgate

0.5

Toggle 0.5's commit message

Verified

This commit was signed with the committer’s verified signature.
akrabat Rob Allen
Merge branch 'RemoveUnusedDependency'

Closes slimphp#69

0.4

Toggle 0.4's commit message
Merge branch 'phpstan'

Closes slimphp#47

0.3

Toggle 0.3's commit message

Verified

This tag was signed with the committer’s verified signature.
akrabat Rob Allen
Total issues resolved: **4**

- [25: Allow request method to be case sensitive](slimphp#25) thanks to @copynpaste
- [26: fix PSR-7 contract violation on MessageInterface::getHeaders()](slimphp#26) thanks to @1ma
- [28: Fix links in license header to Slim-Http project](slimphp#28) thanks to @copynpaste
- [30: Add phpcs config file](slimphp#30) thanks to @copynpaste

0.2

Toggle 0.2's commit message

Verified

This tag was signed with the committer’s verified signature.
akrabat Rob Allen
Total issues resolved: **1**

- [24: Sync to Slim\Http in 4.x ](slimphp#24)