Releases: maurobonfietti/rest-api-slim-php
Releases · maurobonfietti/rest-api-slim-php
Version 2.13.0
RELEASE VERSION: 2.13.0
CHANGES:
- Update README.
- Update pestphp/pest.
- Update and Fix Swagger Documentation.
- Composer update.
Version 2.12.0
RELEASE VERSION: 2.12.0
CHANGES:
- Require PHP 7.4 or 8.0.
- Composer Update.
- Update README.
Version 2.11.0
Version 2.10.0
RELEASE VERSION: 2.10.0
CHANGES:
- Add Route Not Found PHPUnit Test.
- Remove use of Trait.
- Some minor changes.
- Update README.
Version 2.9.0
RELEASE VERSION: 2.9.0
CHANGES:
- Run PHP CS Fixer.
- Removed Rector package.
- Added again PHP insights.
- Composer update.
- Fixed 'display error details' value to true/false.
- Add a custom Not Found Handler.
- Other minor changes.
- Update README.
Version 2.8.0
RELEASE VERSION: 2.8.0
CHANGES:
- Remove support for PHP version 7.3
- Set PHP 7.4 as minimum required version.
- Update composer.
- Update rector rules.
- vendor/bin/rector process src
- vendor/bin/rector process tests
- Cleaning rector configuration file.
- Update README info.
Version 2.7.0
RELEASE VERSION: 2.7.0
CHANGES:
- Composer update.
- Upgrade rector version from 0.8 to 0.9
- Update Travis to check compatibility with PHP 8.0
- Preparing project to use PHP 8.
Version 2.6.0
RELEASE VERSION: 2.6.0
CHANGES:
- Add env var DB_PORT, to allow configure the MySQL port.
- Update and rename some environment variables.
Version 2.5.0
RELEASE VERSION: 2.5.0
CHANGES:
- Add a trait that allow an entity to response in Array or Json format.
- Use toJson() function in services of User, Task and Notes.
Version 2.4.0
RELEASE VERSION: 2.4.0
CHANGES:
- When user update email, validate if that email already exists.
- Fix PHPDoc typo.
- Other minor changes.