Releases: FernandoCalmet/php-slim-rest-api
Releases · FernandoCalmet/php-slim-rest-api
RELEASE VERSION 1.9.0
- Refactored to PHP 8.
- Bump composer/composer.
RELEASE VERSION 1.8.0
- Added NotFoundException to notFoundHandler container.
- Renamed exception classes.
- Composer update.
RELEASE VERSION 1.7.0
- Added port connection to database
- Updated the method to return the data of entity objects
- Added data types for attribute variables
RELEASE VERSION 1.6.0
- Add loggerServices using monolog for all services.
- Clean some vars name from entities.
RELEASE VERSION 1.5.0
- Code refactoring.
- Rollback in transactions in records or record updates.
- Log management for specific transactions.
- Date record for creating or updating data.
RELEASE VERSION 1.4.3
- Refactor entities.
- Add possibility of pagination for the endpoint: get all notes.
- Added some defaults notes/quotes examples from: brainyquote.com.
- Add PHPUnit tests.
- Replace 0.0.0.0:8080 for localhost:8080