Releases: maurobonfietti/rest-api-slim-php
Releases · maurobonfietti/rest-api-slim-php
Version 2.23.0
RELEASE VERSION: 2.23.0
CHANGES:
- Composer update.
- Update README.
Version 2.22.0
Version 2.21.0
RELEASE VERSION: 2.21.0
CHANGES:
- Added unit test. To test the login endpoint with an existing user but a wrong password.
- Other minor changes.
Version 2.20.0
RELEASE VERSION: 2.20.0
CHANGES:
- In App.php: Replaced "require" with "require_once".
- Update README.
Version 2.19.0
RELEASE VERSION: 2.19.0
CHANGES:
- Resolved some issues detected using PHP Stan & PHP Insights.
- Upgrade RectorConfig (from "ContainerConfigurator").
- Some other minor changes.
Version 2.18.0
RELEASE VERSION: 2.18.0
CHANGES:
- Added command: "composer phpinsights", to run PHP Insights :-)
- Update README.
Version 2.17.0
RELEASE VERSION: 2.17.0
CHANGES:
- Improve password hashing security using password_hash and password_verify.
- Salt is validated and generated automatically by PHP functions: password_hash and password_verify.
Version 2.16.0
RELEASE VERSION: 2.16.0
CHANGES:
- php-cs-fixer fix --rules @ psr12 src
- Bump composer/composer.
- Added Psalm (again).
- Other minor changes.
Version 2.15.0
RELEASE VERSION: 2.15.0
CHANGES:
- Bump PHPStan to v1.2.
- Bump PHP Insights to v2.0.
- ReAdded Rector.
- Upgrade to PHP 8.0 using Rector.
- Update README.
- Other minor changes.
Version 2.14.0
RELEASE VERSION: 2.14.0
CHANGES:
- Create and use a dedicated exception for Route Not Found.
- Composer update.
- Update README.