Slim v4.1.0 Release Notes
Release Date: 2020-05-07 // over 4 years ago-
Total issues resolved: 6
- ⚡️ 137: Update param order for cookies and serverParams, on function createRequest thanks to @maurobonfietti
- ✅ 144: Add new test to find all users by default thanks to @maurobonfietti
- ⚡️ 149: chore: updating travis config to test on php 7.4 thanks to @Antnee
- 🛰 158: Use the code passed to ActionPayload for the HTTP status code thanks to @yakubenko
- ⚡️ 160: Update slim/psr7 requirement from 1.0 to 1.1 thanks to @dependabot-preview[bot]
- ⚡️ 161: Update php-di/php-di requirement from 6.0 to 6.1 thanks to @dependabot-preview[bot]
Previous changes from v4.0.3
-
Total issues resolved: 6
- 🚚 125: remove unused $app->getContainer() in routes thanks to @samsonasik
- 127: Fix Slim\Psr7\Request instantiation thanks to @chunfeilung
- 128: create var/cache directory with .gitignore in it thanks to @samsonasik
- 129: move string filters of username, firstname, and lastname at User domain to __construct thanks to @samsonasik
- 130: normalize composer.json thanks to @samsonasik
- 👀 135: Use Correct ResponseEmitter in ShutdownHandler thanks to @l0gicgate