Skip to content

Releases: maurobonfietti/slim4-api-skeleton

Version 0.23.0

15 Aug 20:18
2e09c95
Compare
Choose a tag to compare

RELEASE VERSION: 0.23.0

CHANGES:

  • Minor changes in PHPUnit tests.
  • Update post create project command message.

Version 0.22.0

01 Aug 20:33
61b0a8e
Compare
Choose a tag to compare

RELEASE VERSION: 0.22.0

CHANGES:

  • Replace the use of getenv() for $_SERVER[].

Version 0.21.0

24 Jul 02:25
be2b1f8
Compare
Choose a tag to compare

RELEASE VERSION: 0.21.0

CHANGES:

  • Refactor src/App/.
  • Update post create project command.
  • Minor changes.

Version 0.20.0

23 Jul 22:29
7a09e35
Compare
Choose a tag to compare

RELEASE VERSION: 0.20.0

CHANGES:

  • Refactoring src/App.
  • Add PHPUnit test to check preflight options request.

Version 0.19.0

19 Jul 20:18
d45e9cb
Compare
Choose a tag to compare

RELEASE VERSION: 0.19.0

CHANGES:

  • Upgrade vlucas/phpdotenv from 2.4 to 5.1 version.

Version 0.18.0

18 Jul 23:46
0731f53
Compare
Choose a tag to compare

RELEASE VERSION: 0.18.0

CHANGES:

  • Update README.
  • Create FUNDING.yml
  • Replace 0.0.0.0:8080 for localhost:8080
  • Set config platform PHP 7.3
  • composer update.
  • Minor changes in PHPUnit tests.

Version 0.17.0

05 Jul 23:49
30442d3
Compare
Choose a tag to compare

RELEASE VERSION: 0.17.0

CHANGES:

  • Docker: Remove testing network.

Version 0.16.0

26 Jun 23:02
4bc8736
Compare
Choose a tag to compare

RELEASE VERSION: 0.16.0

CHANGES:

  • Move JsonResponse to Helper.

Version 0.15.0

20 Jun 20:01
4f2696b
Compare
Choose a tag to compare

RELEASE VERSION: 0.15.0

CHANGES:

  • Remove files with default BaseClass for Service, Repository and Exception.

Version 0.14.0

20 Jun 05:53
dd6b4a0
Compare
Choose a tag to compare

RELEASE VERSION: 0.14.0

CHANGES:

  • Require PHP >= 7.3
  • Update Travis config to check on PHP 7.3
  • Minor changes to get code compatibility with PHP 7.3 and 7.4
  • Add prefer-stable to true in composer.json
  • Update README.