Releases: maurobonfietti/rest-api-slim-php
Releases · maurobonfietti/rest-api-slim-php
0.32.0
RELEASE VERSION: 0.32.0
CHANGES:
- Minor changes when use $args request params.
- Changes when use the function jsonResponse().
- Remove old function setParams().
0.31.0
RELEASE VERSION: 0.31.0
CHANGES:
- Remove function getInput(), use instead $request->getParsedBody().
- Update docker-compose.
0.30.0
RELEASE VERSION: 0.30.0
CHANGES:
- Simplify Auth Middleware and checkToken method.
- Update PHP Unit Tests.
- Update README files.
0.29.0
RELEASE VERSION: 0.29.0
CHANGES:
Update docker files configuration:
- Change webserver port to 8081.
- Enable xdebug to check code coverage.
- Add option: 'make coverage', to run unit tests and get code coverage.
Another changes:
- Add MIT License.
- Update Swagger url description.
- Write troubleshooting guide.
- Composer Update.
- Update README files.
0.28.0
RELEASE VERSION: 0.28.0
CHANGES:
- Update slim version to 3.12.2.
0.27.0
RELEASE VERSION: 0.27.0
CHANGES:
- Changes and improvements in Redis Service.
- Redis service made more simple.
- Remove PHP Doc Blocks unnecessary.
- Some minor changes.
- Cleaning.
0.26.0
RELEASE VERSION: 0.26.0
CHANGES:
- Add New Redis Service.
- Use Redis Service when manage Notes, Users and Tasks.
- Update OpenAPI definitions for Rest Api Slim PHP.
- Adding documentation using Swagger UI.
- Update Travis CI config.
- Minor changes.
- Cleaning.
0.25.0
RELEASE VERSION: 0.25.0
CHANGES:
- Minor changes in Services and Repositories.
- Update login user input param.
- Cleaning.
0.24.0
RELEASE VERSION: 0.24.0
CHANGES:
- Allow filter tasks by status.
- Minor changes in search tasks endpoint.
- Add integration tests for search tasks endpoint.
- Preparing for connect this API with a WebApp in Angular.js
- Update README files.
0.23.0
RELEASE VERSION: 0.23.0
CHANGES:
- Set attribute PDO Emulate Prepares in false.
- Show tasks count in status endpoint.
- Add command alias script: composer database, that execute extras/bin/restart-api.sh
- Update messages in script to restart database.
- Fields 'email' and 'password' are required in login endpoint.
- Add two new integration tests.
- Update integration test.
- Composer Update.
- Update README files.