Skip to content

Releases: maurobonfietti/slim4-api-skeleton

Version 1.0.0

23 Mar 00:02
0c2e394
Compare
Choose a tag to compare

RELEASE VERSION: 1.0.0

CHANGES:

  • Update README and API Version to 1.0.0 🤗

Version 0.42.0

11 Dec 21:48
f118334
Compare
Choose a tag to compare

RELEASE VERSION: 0.42.0

CHANGES:

  • Fixed docker build value.

Version 0.41

26 Feb 15:57
a6c6cde
Compare
Choose a tag to compare

RELEASE VERSION: 0.41.0

CHANGES:

  • Minor changes 😛 .

Version 0.40

29 Dec 18:49
d8fb535
Compare
Choose a tag to compare

RELEASE VERSION: 0.40.0

CHANGES:

  • Add support for PHP 8.1 (and remove for PHP Version 8.0).
  • Update composer and packages.
  • Update Docker images.
  • Update API Version.
  • Update README.

Version 0.39.0

14 Dec 14:40
21d7817
Compare
Choose a tag to compare

RELEASE VERSION: 0.39.0

CHANGES:

  • Add support for PHP 8.0 (and remove support for PHP Version 7.4).
  • Update README.
  • Cleaning and some minor changes.

Version 0.38.0

06 Nov 02:34
40b534a
Compare
Choose a tag to compare

RELEASE VERSION: 0.38.0

CHANGES:

  • Separated autoload to avoid loading the test area in production.
  • Removed helper from withJson and convert to a ResponseFactory to make it more scalable.
  • Add a test for withJson function.
  • Separate the Custom Response class to include in controllers and improve IntelliSense.

Thanks to @GoldraK for these contributions!

Version 0.37.0

05 Sep 19:19
34743a9
Compare
Choose a tag to compare

RELEASE VERSION: 0.37.0

CHANGES:

  • Using StatusCodeInterface Interface. Thanks to @DLzer.

Version 0.36.0

21 Jul 03:08
3035fe1
Compare
Choose a tag to compare

RELEASE VERSION: 0.36.0

CHANGES:

  • Update README.
  • composer update.
  • Update PHP Insights to version 2.0 [Thanks @mrevjd].

Version 0.35.0

15 May 16:00
6ab2a78
Compare
Choose a tag to compare

RELEASE VERSION: 0.35.0

CHANGES:

  • Bump slim/psr7 from version 0.5.0 to 1.4.0
  • Bump composer/composer from 1.10.20 to 1.10.22

Version 0.34.0

24 Apr 03:01
0d6f0e6
Compare
Choose a tag to compare

RELEASE VERSION: 0.34.0

CHANGES:

  • Accept query parameters for Integration test. [Thanks GoldraK]