Skip to content

Releases: maurobonfietti/slim4-api-skeleton

Version 0.13.0

15 Jun 00:44
35cf60e
Compare
Choose a tag to compare

RELEASE VERSION: 0.13.0

CHANGES:

  • Downgrade to PHPUnit 9.2
  • Composer update.
  • Update README.
  • Minor changes.

Version 0.12.0

09 Jun 04:43
9faebb9
Compare
Choose a tag to compare

RELEASE VERSION: 0.12.0

CHANGES:

  • Update README.
  • Update to Slim 4.5
  • Update to PHPUnit 9.3
  • Remove Settings.php
  • ErrorHandler: use content-type: 'application/problem+json'.
  • Cleaning & some others minor changes.

Version 0.11.0

08 Jun 23:30
effed7f
Compare
Choose a tag to compare

RELEASE VERSION: 0.11.0

CHANGES:

  • Dockerfile: Update Xdebug to 2.9.6
  • Dockerfile: Update PHP to 7.4
  • Dockerfile: Install git.
  • Update README.
  • Cleaning.

Version 0.10.0

30 May 19:51
3fd55b2
Compare
Choose a tag to compare

RELEASE VERSION: 0.10.0

CHANGES:

  • Composer Update.
  • Minor changes in JsonResponse::withJson.
  • Minor changes for post-create-project-cmd.
  • Cleaning some files after create project with composer.

Version 0.9.0

30 May 16:53
b93cb04
Compare
Choose a tag to compare

RELEASE VERSION: 0.9.0

CHANGES:

  • New final class: JsonResponse, with a static function: withJson.
  • Using JsonResponse::withJson in default endpoints response.

0.8.0

25 May 14:07
450aa15
Compare
Choose a tag to compare

RELEASE VERSION: 0.8.0

CHANGES:

  • Set timeout when run commands like composer start.
  • Update symfony/console to 4.4.
  • composer update.

0.7.0

16 May 03:29
776d062
Compare
Choose a tag to compare

RELEASE VERSION: 0.7.0

CHANGES:

  • Move and update message post create project command.
  • Rename home controller test.

0.6.0

25 Apr 19:10
65e5f46
Compare
Choose a tag to compare

RELEASE VERSION: 0.6.0

CHANGES:

  • Add custom message after create a project with composer.
  • Fix minor issue detected with PHP Insights.

0.5.0

25 Apr 16:29
04a6a18
Compare
Choose a tag to compare

RELEASE VERSION: 0.5.0

CHANGES:

  • Fix some issues detected with PHP Insights.
  • Other minor changes.
  • Update README.

0.4.0

25 Apr 03:02
250ef2f
Compare
Choose a tag to compare

RELEASE VERSION: 0.4.0

CHANGES:

  • Update symfony/console ^4.2.
  • composer update
  • composer require nunomaduro/phpinsights --dev
  • Fix issues detected with phpinsights.
  • Minor changes.
  • Update README.