Skip to content

Releases: FernandoCalmet/php-slim-rest-api

RELEASE VERSION 1.9.0

06 Mar 05:12
Compare
Choose a tag to compare
  • Refactored to PHP 8.
  • Bump composer/composer.

RELEASE VERSION 1.8.0

02 Sep 04:07
Compare
Choose a tag to compare
  • Added NotFoundException to notFoundHandler container.
  • Renamed exception classes.
  • Composer update.

RELEASE VERSION 1.7.0

20 Feb 19:00
Compare
Choose a tag to compare
  • Added port connection to database
  • Updated the method to return the data of entity objects
  • Added data types for attribute variables

RELEASE VERSION 1.6.0

01 Oct 02:18
Compare
Choose a tag to compare
  • Add loggerServices using monolog for all services.
  • Clean some vars name from entities.

RELEASE VERSION 1.5.0

12 Sep 00:46
Compare
Choose a tag to compare
  • Code refactoring.
  • Rollback in transactions in records or record updates.
  • Log management for specific transactions.
  • Date record for creating or updating data.

RELEASE VERSION 1.4.3

19 Jul 03:45
Compare
Choose a tag to compare
  • Refactor entities.
  • 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