Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Tags: tarcisio/Slim

Tags

3.9.2

Toggle 3.9.2's commit message

Verified

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

* Revert [2342: Regex simplification in CallableResolver](slimphp#2342)

3.9.1

Toggle 3.9.1's commit message

Verified

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

- [2331: Update/add links to license (3.x)](slimphp#2331)
- [2332: Fixed regression, removing user info with Uri::withUserInfo('') is not clearing password anymore](slimphp#2332)
- [2337: Fix output buffering issue that was creating a risky test in PHPUnit.](slimphp#2337)
- [2342: Regex simplification in CallableResolver](slimphp#2342)
- [2345: Set status to 302 if Location header set](slimphp#2345)
- [2351: Test for slimphp#2332](slimphp#2351)
- [2353: Update CONTRIBUTING doc to drop reference to non-existent branch](slimphp#2353)
- [2354: Fix nit typo](slimphp#2354)

3.9.0

Toggle 3.9.0's commit message

Verified

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

- [2183: (dev) Fixed README badges on 3.x](slimphp#2183)
- [2186: (dev) Fix travis for 3.x branch](slimphp#2186)
- [2187: Allow all HTTP valid methods on 3.x](slimphp#2187)
- [2213: ipv6 address without port generates warning](slimphp#2213)
- [2216: determineAuthorization(): HTTP&slimphp#95;AUTHORIZATION may be null or an empty string](slimphp#2216)
- [2244: Adding plain not found response for OPTIONS requests](slimphp#2244)
- [2250: Add `only` restriction to getParams()](slimphp#2250)
- [2270: Error handlers should respect `outputBuffering` setting](slimphp#2270)
- [2273: Add setOutputBuffering() to RouteInterface](slimphp#2273)
- [2283: (dev) Fix typos in variable names](slimphp#2283)
- [2286: Track only the stack tip in MiddlewareAwareTrait](slimphp#2286)
- [2287: Make OPTIONS rendering clearer](slimphp#2287)
- [2292: (dev) Fix typo in comment](slimphp#2292)
- [2298: Support HTTP "2" as a valid protocol version (i.e no minor version)](slimphp#2298)
- [2302: Pass $app to group() so invokable classes can be used](slimphp#2302)
- [2309: Send correct status code regardless of location header](slimphp#2309)
- [2323: Add 443 as SERVER&slimphp#95;PORT(default) when request is https](slimphp#2323)
- [2327: Encode user info](slimphp#2327)

3.8.1

Toggle 3.8.1's commit message

Verified

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

- [2177: Revert slimphp#1946](slimphp#2177)

3.8.0

Toggle 3.8.0's commit message

Verified

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

- [1946: Fix url mismatch when the base path contains a space](slimphp#1946)
- [2066: Improve request parsing with invalid json](slimphp#2066)
- [2110: Cleanup CallableResolver](slimphp#2110)
- [2117: Addressing PHP 7.1 build issues](slimphp#2117)
- [2119: Update docblocks for route arguments](slimphp#2119)
- [2121: Support rendering Exceptions with previous Errors](slimphp#2121)
- [2122: Handle invalid XML better](slimphp#2122)
- [2126: Ensure Request::withUri preserves host correctly](slimphp#2126)
- [2132: Added pragmatic example in code example into README.md](slimphp#2132)
- [2134: As per PSR-7, type hint @return static](slimphp#2134)
- [2136: updated consistent name request and response in MiddlewareAwareTrait](slimphp#2136)
- [2137: updated missing phpdoc in Routable](slimphp#2137)
- [2141: Call not-found/bad-method handlers on invalid HTTP method](slimphp#2141)
- [2143: Fixed HTTP EOL](slimphp#2143)
- [2146: Allowing use of PSR-11 containers](slimphp#2146)
- [2150: Fix typo of getParams() phpdoc](slimphp#2150)
- [2164: Update DocBlock](slimphp#2164)

2.6.3

Toggle 2.6.3's commit message

Verified

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

- [1056: escape html code in exception page](slimphp#1056)
- [1092: fixed broken license link](slimphp#1092)
- [1370: Added color to the Readme](slimphp#1370)
- [1398: Updated version number references for Slim 2](slimphp#1398)
- [1524: Fix address truncation if IPv6 address in HTTP&slimphp#95;HOST](slimphp#1524)
- [2075: 2.x - Allow for mcrypt polyfils](slimphp#2075)

3.7.0

Toggle 3.7.0's commit message

Verified

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

- [2068: Fix Windows tests](slimphp#2068)
- [2069: changed one line to match the rest of the docbloc's setup](slimphp#2069)
- [2073: Replace http:// links with https://](slimphp#2073)
- [2079: Add test to cover filterQuery method](slimphp#2079)
- [2081: App tests](slimphp#2081)
- [2082: Send Exception also into NotFoundHandler](slimphp#2082)
- [A2088: Fixed return type in phpdoc](slimphp#2088)
- [2109: cookies parser fix](slimphp#2109)

3.6.0

Toggle 3.6.0's commit message

Verified

This tag was signed with the committer’s verified signature.
akrabat Rob Allen
 3.6.0

Total issues resolved: **15**

- [1954: Fix phpdoc for createRoute function in
Router](slimphp#1954)
- [1956: Add getServerParam
method](slimphp#1956)
- [1957: Fix getCookieParam() phpdoc
error](slimphp#1957)
- [1963: Related to slimphp#1962. Implementation with
UnitTest](slimphp#1963)
- [1975: Ensure withJson returns a new
Response](slimphp#1975)
- [1978: replaced deprecated getMock calls with getMockBuilder
equivalents.](slimphp#1978)
- [1984: Fix Issue slimphp#1983: Throwable exception uncaught in
Route.php](slimphp#1984)
- [1998: Update
.gitattributes](slimphp#1998)
- [2006: Remove unused
property-reads](slimphp#2006)
- [2007: Bug-fix for router](slimphp#2007)
- [2011: Whitespace cleanup](slimphp#2011)
- [2013: Update README with new support forum
link](slimphp#2013)
- [2014: Add more status
codes](slimphp#2014)
- [2017: Test with PHP 7.1 but allow
failures](slimphp#2017)
- [2034: Reuse getParsedBodyParam for determining method override in
POST body.](slimphp#2034)

3.5.0

Toggle 3.5.0's commit message

Verified

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

- [1867: Fall back to getallheaders() when available](slimphp#1867)
- [1872: slimphpgh-1838 added checks for pipe streams](slimphp#1872)
- [1878: Added test for originalKey method in headers class](slimphp#1878)
- [1879: Improved tests for Error handler](slimphp#1879)
- [1882: Testing Router Methods](slimphp#1882)
- [1883: Container converts not UnexpectedValueException but InvalidArgumentException](slimphp#1883)
- [1884: Check if getReasonPhrase returns empty message](slimphp#1884)
- [1885: Cookies tests improved](slimphp#1885)
- [1889: Small fixes](slimphp#1889)
- [1896: Env REQUEST_URI can contain query params.](slimphp#1896)
- [1901: Move valid protocol versions to a class static var](slimphp#1901)
- [1906: added a method to create Route instance](slimphp#1906)
- [1907: Fix warning when failing to resolve callables of $class,$method format](slimphp#1907)
- [1914: Add license docblock to DeferredCallable.php](slimphp#1914)
- [1920: Added more tests for UploadedFiles](slimphp#1920)
- [1925: Do not check streams with is_writable in UploadedFile::moveTo()](slimphp#1925)
- [1929: Add getCookieParam method](slimphp#1929)

3.4.2

Toggle 3.4.2's commit message
Tag version 3.4.2