Skip to content

Releases: maurobonfietti/rest-api-slim-php

0.42.0

10 Apr 04:50
8b01b86
Compare
Choose a tag to compare

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

10 Apr 01:48
084acd8
Compare
Choose a tag to compare

RELEASE VERSION: 0.41.0

CHANGES:

  • Added new command script to run migrations and restart the database.
  • Use: composer migration

0.40.0

13 Mar 21:18
d006a41
Compare
Choose a tag to compare

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

12 Mar 03:14
196eeb0
Compare
Choose a tag to compare

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

11 Mar 22:42
f03deed
Compare
Choose a tag to compare

RELEASE VERSION: 0.38.0

CHANGES:

  • Added (again) an option to enabled/disabled the use of Redis.
  • Update README.

0.37.0

21 Feb 00:50
1facd6b
Compare
Choose a tag to compare

RELEASE VERSION: 0.37.0

CHANGES:

  • Improvements when use docker.
  • Fix statusCode in ApiError.
  • Update README.

0.36.0

08 Feb 03:34
78dc482
Compare
Choose a tag to compare

RELEASE VERSION: 0.36.0

CHANGES:

  • Note Service and Note Controller Refactor.

0.35.0

08 Dec 18:31
db90dd4
Compare
Choose a tag to compare

RELEASE VERSION: 0.35.0

CHANGES:

  • Minor changes in ApiError.
  • Minor changes in Repositories.
  • Update README.

0.34.0

16 Nov 19:20
a6cf1d8
Compare
Choose a tag to compare

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

11 Nov 03:51
5a9b6ac
Compare
Choose a tag to compare

RELEASE VERSION: 0.33.0

CHANGES:

  • Remove some code smells.
  • Update PHPUnit integration tests.
  • Update README.