Skip to content

Releases: maurobonfietti/rest-api-slim-php

Version 2.23.0

24 Jun 01:11
ff46789
Compare
Choose a tag to compare

RELEASE VERSION: 2.23.0

CHANGES:

  • Composer update.
  • Update README.

Version 2.22.0

06 Aug 14:10
3f92505
Compare
Choose a tag to compare

RELEASE VERSION: 2.22.0

CHANGES:

  • Bump Psalm from version 4.18 to 5.14
  • Fix #151

Version 2.21.0

04 Jun 18:09
449276c
Compare
Choose a tag to compare

RELEASE VERSION: 2.21.0

CHANGES:

  • Added unit test. To test the login endpoint with an existing user but a wrong password.
  • Other minor changes.

Version 2.20.0

26 Feb 14:44
d2d327a
Compare
Choose a tag to compare

RELEASE VERSION: 2.20.0

CHANGES:

  • In App.php: Replaced "require" with "require_once".
  • Update README.

Version 2.19.0

23 Jan 01:53
0262319
Compare
Choose a tag to compare

RELEASE VERSION: 2.19.0

CHANGES:

  • Resolved some issues detected using PHP Stan & PHP Insights.
  • Upgrade RectorConfig (from "ContainerConfigurator").
  • Some other minor changes.

Version 2.18.0

22 Jan 01:16
2778669
Compare
Choose a tag to compare

RELEASE VERSION: 2.18.0

CHANGES:

  • Added command: "composer phpinsights", to run PHP Insights :-)
  • Update README.

Version 2.17.0

11 Jul 04:16
d407df2
Compare
Choose a tag to compare

RELEASE VERSION: 2.17.0

CHANGES:

  • Improve password hashing security using password_hash and password_verify.
  • Salt is validated and generated automatically by PHP functions: password_hash and password_verify.

Version 2.16.0

07 Jan 23:29
07c90f7
Compare
Choose a tag to compare

RELEASE VERSION: 2.16.0

CHANGES:

  • php-cs-fixer fix --rules @ psr12 src
  • Bump composer/composer.
  • Added Psalm (again).
  • Other minor changes.

Version 2.15.0

24 Nov 18:29
a70cc90
Compare
Choose a tag to compare

RELEASE VERSION: 2.15.0

CHANGES:

  • Bump PHPStan to v1.2.
  • Bump PHP Insights to v2.0.
  • ReAdded Rector.
  • Upgrade to PHP 8.0 using Rector.
  • Update README.
  • Other minor changes.

Version 2.14.0

23 Aug 04:07
fb4d934
Compare
Choose a tag to compare

RELEASE VERSION: 2.14.0

CHANGES:

  • Create and use a dedicated exception for Route Not Found.
  • Composer update.
  • Update README.