Skip to content

Releases: maurobonfietti/rest-api-slim-php

Version 2.3.0

24 Oct 00:58
675d031
Compare
Choose a tag to compare

RELEASE VERSION: 2.3.0

CHANGES:

  • Cleaning and some minor changes 😄

Version 2.2.0

17 Oct 19:00
a7cd1c6
Compare
Choose a tag to compare

RELEASE VERSION: 2.2.0

CHANGES:

  • Cleaning & minor changes.
  • composer update.

Version 2.1.0

03 Oct 02:11
8ce291d
Compare
Choose a tag to compare

RELEASE VERSION: 2.1.0

CHANGES:

  • Refactor User Service.
  • composer update.
  • Update README.

Version 2.0.0

28 Sep 22:06
a95a676
Compare
Choose a tag to compare

RELEASE VERSION: 2.0.0

CHANGES:

  • Deprecated 3 endpoints in Version 2.0. Removed endpoints for search notes, tasks and users.
  • Use instead endpoints for get all notes, tasks and users. Example: '/api/v1/notes?page=1&perPage=10&name=&description='.
  • Update endpoints collection documentation.
  • Update Swagger Documentation.
  • Minor changes.

Version 1.27.0

26 Sep 19:55
Compare
Choose a tag to compare

RELEASE VERSION: 1.27.0

CHANGES:

  • Added charset to db connection to prevent 'Malformed UTF-8 characters' error when using special characters. Thanks Dinsen.

Version 1.26.0

23 Sep 23:28
7b550a7
Compare
Choose a tag to compare

RELEASE VERSION: 1.26.0

CHANGES:

  • Update documentation.

Version 1.25.0

17 Sep 22:08
e1441de
Compare
Choose a tag to compare

RELEASE VERSION: 1.25.0

CHANGES:

  • Add and Use the Task Entity.
  • Configure PHPStan to analyze in max level.
  • Minor changes.

Version 1.24.0

13 Sep 03:44
e212592
Compare
Choose a tag to compare

RELEASE VERSION: 1.24.0

CHANGES:

  • Add and use an User Entity.

Version 1.23.0

11 Sep 23:21
e9e4bc2
Compare
Choose a tag to compare

RELEASE VERSION: 1.23.0

CHANGES:

  • Get Tasks Endpoint: Now allow search tasks by name, description and status.
  • Get Tasks Endpoint also allow pagination.
  • Some minor changes.

Version 1.22.0

08 Sep 21:37
bbd4d2d
Compare
Choose a tag to compare

RELEASE VERSION: 1.22.0

CHANGES:

  • Add and use Note Entity.