Skip to content

Releases: maurobonfietti/rest-api-slim-php

Version 1.11.0

09 Jul 23:08
ff56fef
Compare
Choose a tag to compare

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

04 Jul 19:33
6c5fefc
Compare
Choose a tag to compare

RELEASE VERSION: 1.10.0

CHANGES:

  • Refactor: Note Service.
  • Minor changes.

Version 1.9.0

04 Jul 01:55
7678946
Compare
Choose a tag to compare

RELEASE VERSION: 1.9.0

CHANGES:

  • Docker: Remove testing network.
  • Docker: Use phpMyAdmin service.
  • Some other minos changes.
  • Update Readme.

Version 1.8.0

27 Jun 17:06
204a75d
Compare
Choose a tag to compare

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

21 Jun 03:06
7280a80
Compare
Choose a tag to compare

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

19 Jun 23:12
f0bed22
Compare
Choose a tag to compare

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

14 Jun 20:43
69ed8f7
Compare
Choose a tag to compare

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

13 Jun 00:14
5a0d517
Compare
Choose a tag to compare

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

13 Jun 00:05
bf0acba
Compare
Choose a tag to compare

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

11 Jun 21:35
3a61463
Compare
Choose a tag to compare

RELEASE VERSION: 1.2.0

CHANGES:

  • Update README.
  • Update Scrutinizer config.
  • Other minor changes in Dependencies.php and Services.php