Releases: maurobonfietti/rest-api-slim-php
Releases · maurobonfietti/rest-api-slim-php
Version 1.11.0
RELEASE VERSION: 1.11.0
CHANGES:
- 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
Version 1.10.0
RELEASE VERSION: 1.10.0
CHANGES:
- Refactor: Note Service.
- Minor changes.
Version 1.9.0
RELEASE VERSION: 1.9.0
CHANGES:
- Docker: Remove testing network.
- Docker: Use phpMyAdmin service.
- Some other minos changes.
- Update Readme.
Version 1.8.0
RELEASE VERSION: 1.8.0
CHANGES:
- Update README.
- Change some routes.
- Move construct container to Base Controller.
- Allow name for Task/User/Note with at least 1 character.
- Other minor changes.
Version 1.7.0
RELEASE VERSION: 1.7.0
CHANGES:
- Require PHP >= 7.3
- Run: composer update.
- Minor changes in Routes.
- Minor changes to avoid lines that exceeds 80 characters.
- Update README.
Version 1.6.0
RELEASE VERSION: 1.6.0
CHANGES:
- Minor changes to get code compatibility with PHP 7.3 and 7.4
- Update README.
Version 1.5.0
RELEASE VERSION: 1.5.0
CHANGES:
- Move environment variables for database connection settings.
- Set CorsSlim() in App.php & Remove Middleware.php
- Expect $request->getParsedBody() as array.
- Added specified parameter type hint.
- Added specified return type hint.
- Changes when app define containers.
- Fixed create/restart database script.
- Updated BaseTestCase.
- Refactor: Create user.
- Refactor: Update task.
- Other minor changes.
Version 1.4.0
RELEASE VERSION: 1.4.0
CHANGES:
- Added some specified parameter type hint.
- Added some specified return type hint.
- Others minor changes.
Version 1.3.0
RELEASE VERSION: 1.3.0
CHANGES:
- Update README.
- Update database.
- Add new PHPUnit test to try to update a task from another user.
- Added severals specified parameter type hint.
- Added severals specified return type hint.
- Fix param type for delete redis keys.
- Another minor changes.
- Cleaning.
Version 1.2.0
RELEASE VERSION: 1.2.0
CHANGES:
- Update README.
- Update Scrutinizer config.
- Other minor changes in Dependencies.php and Services.php