Skip to content

Releases: maurobonfietti/rest-api-slim-php

0.32.0

09 Nov 18:49
579e761
Compare
Choose a tag to compare

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

08 Nov 21:10
4042e2d
Compare
Choose a tag to compare

RELEASE VERSION: 0.31.0

CHANGES:

  • Remove function getInput(), use instead $request->getParsedBody().
  • Update docker-compose.

0.30.0

06 Nov 03:39
c97d195
Compare
Choose a tag to compare

RELEASE VERSION: 0.30.0

CHANGES:

  • Simplify Auth Middleware and checkToken method.
  • Update PHP Unit Tests.
  • Update README files.

0.29.0

31 Oct 04:46
2fb4e2f
Compare
Choose a tag to compare

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

04 Oct 16:49
a5540b9
Compare
Choose a tag to compare

RELEASE VERSION: 0.28.0

CHANGES:

  • Update slim version to 3.12.2.

0.27.0

20 Aug 04:52
9e3bade
Compare
Choose a tag to compare

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

17 Aug 02:42
06c6b01
Compare
Choose a tag to compare

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

03 Jul 03:02
81b44ab
Compare
Choose a tag to compare

RELEASE VERSION: 0.25.0

CHANGES:

  • Minor changes in Services and Repositories.
  • Update login user input param.
  • Cleaning.

0.24.0

22 Jun 20:03
d3a6dff
Compare
Choose a tag to compare

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

21 Jun 04:54
812266c
Compare
Choose a tag to compare

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.