Releases: maurobonfietti/rest-api-slim-php
Releases · maurobonfietti/rest-api-slim-php
0.42.0
RELEASE VERSION: 0.42.0
CHANGES:
- Minor changes when define routes.
- Minor changes when declare(strict_types=1).
- Run: composer update.
- Update README files.
0.41.0
RELEASE VERSION: 0.41.0
CHANGES:
- Added new command script to run migrations and restart the database.
- Use: composer migration
0.40.0
RELEASE VERSION: 0.40.0
CHANGES:
- Added a Health Check for MySQL and Redis Service, in /status endpoint.
- Refactor some functions names for User and Tasks.
0.39.0
RELEASE VERSION: 0.39.0
CHANGES:
- Added functions to saveInCache() and deleteFromCache().
- Refactor for User and Task Controllers.
- Some other minor changes.
0.38.0
RELEASE VERSION: 0.38.0
CHANGES:
- Added (again) an option to enabled/disabled the use of Redis.
- Update README.
0.37.0
RELEASE VERSION: 0.37.0
CHANGES:
- Improvements when use docker.
- Fix statusCode in ApiError.
- Update README.
0.36.0
RELEASE VERSION: 0.36.0
CHANGES:
- Note Service and Note Controller Refactor.
0.35.0
RELEASE VERSION: 0.35.0
CHANGES:
- Minor changes in ApiError.
- Minor changes in Repositories.
- Update README.
0.34.0
RELEASE VERSION: 0.34.0
CHANGES:
- Sort packages and normalize composer.json file.
- New command available: 'composer coverage', to get the code coverage of the app.
- In case of any error, throw an exception with a new header content type: 'application/problem+json'.
- Minor changes in ApiError.
0.33.0
RELEASE VERSION: 0.33.0
CHANGES:
- Remove some code smells.
- Update PHPUnit integration tests.
- Update README.