Releases: maurobonfietti/rest-api-slim-php
Releases · maurobonfietti/rest-api-slim-php
Version 2.3.0
RELEASE VERSION: 2.3.0
CHANGES:
- Cleaning and some minor changes 😄
Version 2.2.0
RELEASE VERSION: 2.2.0
CHANGES:
- Cleaning & minor changes.
- composer update.
Version 2.1.0
RELEASE VERSION: 2.1.0
CHANGES:
- Refactor User Service.
- composer update.
- Update README.
Version 2.0.0
RELEASE VERSION: 2.0.0
CHANGES:
- Deprecated 3 endpoints in Version 2.0. Removed endpoints for search notes, tasks and users.
- Use instead endpoints for get all notes, tasks and users. Example: '/api/v1/notes?page=1&perPage=10&name=&description='.
- Update endpoints collection documentation.
- Update Swagger Documentation.
- Minor changes.
Version 1.27.0
RELEASE VERSION: 1.27.0
CHANGES:
- Added charset to db connection to prevent 'Malformed UTF-8 characters' error when using special characters. Thanks Dinsen.
Version 1.26.0
RELEASE VERSION: 1.26.0
CHANGES:
- Update documentation.
Version 1.25.0
RELEASE VERSION: 1.25.0
CHANGES:
- Add and Use the Task Entity.
- Configure PHPStan to analyze in max level.
- Minor changes.
Version 1.24.0
RELEASE VERSION: 1.24.0
CHANGES:
- Add and use an User Entity.
Version 1.23.0
RELEASE VERSION: 1.23.0
CHANGES:
- Get Tasks Endpoint: Now allow search tasks by name, description and status.
- Get Tasks Endpoint also allow pagination.
- Some minor changes.
Version 1.22.0
RELEASE VERSION: 1.22.0
CHANGES:
- Add and use Note Entity.