Skip to content

Releases: maurobonfietti/rest-api-slim-php

Version 2.13.0

01 Jul 21:37
1db0782
Compare
Choose a tag to compare

RELEASE VERSION: 2.13.0

CHANGES:

  • Update README.
  • Update pestphp/pest.
  • Update and Fix Swagger Documentation.
  • Composer update.

Version 2.12.0

24 Apr 05:01
883f95b
Compare
Choose a tag to compare

RELEASE VERSION: 2.12.0

CHANGES:

  • Require PHP 7.4 or 8.0.
  • Composer Update.
  • Update README.

Version 2.11.0

26 Feb 19:52
1aa6832
Compare
Choose a tag to compare

RELEASE VERSION: 2.11.0

CHANGES:

  • Fixed Issue: #133
  • Nginx service depend on PHP.
  • Update README.

Version 2.10.0

31 Jan 20:10
f92ee5b
Compare
Choose a tag to compare

RELEASE VERSION: 2.10.0

CHANGES:

  • Add Route Not Found PHPUnit Test.
  • Remove use of Trait.
  • Some minor changes.
  • Update README.

Version 2.9.0

25 Jan 20:39
b9debbd
Compare
Choose a tag to compare

RELEASE VERSION: 2.9.0

CHANGES:

  • Run PHP CS Fixer.
  • Removed Rector package.
  • Added again PHP insights.
  • Composer update.
  • Fixed 'display error details' value to true/false.
  • Add a custom Not Found Handler.
  • Other minor changes.
  • Update README.

Version 2.8.0

02 Jan 03:26
8262e67
Compare
Choose a tag to compare

RELEASE VERSION: 2.8.0

CHANGES:

  • Remove support for PHP version 7.3
  • Set PHP 7.4 as minimum required version.
  • Update composer.
  • Update rector rules.
  • vendor/bin/rector process src
  • vendor/bin/rector process tests
  • Cleaning rector configuration file.
  • Update README info.

Version 2.7.0

31 Dec 04:07
4b7de83
Compare
Choose a tag to compare

RELEASE VERSION: 2.7.0

CHANGES:

  • Composer update.
  • Upgrade rector version from 0.8 to 0.9
  • Update Travis to check compatibility with PHP 8.0
  • Preparing project to use PHP 8.

Version 2.6.0

21 Nov 01:35
4f18fc7
Compare
Choose a tag to compare

RELEASE VERSION: 2.6.0

CHANGES:

  • Add env var DB_PORT, to allow configure the MySQL port.
  • Update and rename some environment variables.

Version 2.5.0

09 Nov 22:55
b8928f7
Compare
Choose a tag to compare

RELEASE VERSION: 2.5.0

CHANGES:

  • Add a trait that allow an entity to response in Array or Json format.
  • Use toJson() function in services of User, Task and Notes.

Version 2.4.0

07 Nov 21:15
a0be672
Compare
Choose a tag to compare

RELEASE VERSION: 2.4.0

CHANGES:

  • When user update email, validate if that email already exists.
  • Fix PHPDoc typo.
  • Other minor changes.