Skip to content

Releases: maurobonfietti/rest-api-slim-php

Version 1.21.0

04 Sep 22:06
1f06a07
Compare
Choose a tag to compare

RELEASE VERSION: 1.21.0

CHANGES:

  • Create Dotenv in safe way. Do not use getenv().
  • Improvements detected with psalm, phpstan and phpinsights.
  • Some other minor changes.

Version 1.20.0

03 Sep 22:01
29a8cae
Compare
Choose a tag to compare

RELEASE VERSION: 1.20.0

CHANGES:

  • Updated psalm config.
  • Improvements detected with psalm.
  • Some other minor changes.

Version 1.19.0

02 Sep 22:10
c59c539
Compare
Choose a tag to compare

RELEASE VERSION: 1.19.0

CHANGES:

  • Update README.
  • composer update
  • composer require --dev vimeo/psalm
  • Update some param types and return types.
  • Some minor changes detected with psalm.

Version 1.18.0

31 Aug 22:36
e1c3aa2
Compare
Choose a tag to compare

RELEASE VERSION: 1.18.0

CHANGES:

  • Allow search and get all users with pagination.
  • Added PHPUnit test.
  • composer update.
  • phpunit --migrate-configuration
  • Update README.

Version 1.17.0

28 Aug 02:26
f8960ed
Compare
Choose a tag to compare

RELEASE VERSION: 1.17.0

CHANGES:

  • Changes in get and search notes endpoint.

Version 1.16.0

24 Aug 00:55
9fc3ff0
Compare
Choose a tag to compare

RELEASE VERSION: 1.16.0

CHANGES:

  • Endpoint that allow search notes by name and description.

Version 1.15.0

15 Aug 19:01
472bf01
Compare
Choose a tag to compare

RELEASE VERSION: 1.15.0

CHANGES:

  • Allow some special characters when create/edit username.

Version 1.14.0

01 Aug 02:00
6ccf7b0
Compare
Choose a tag to compare

RELEASE VERSION: 1.14.0

CHANGES:

  • Replace the use of getenv() for $_SERVER[].
  • Set environment variables in Settings.

Version 1.13.0

31 Jul 04:19
b30326c
Compare
Choose a tag to compare

RELEASE VERSION: 1.13.0

CHANGES:

  • Update README.
  • Update post create project command.
  • Simplify checkToken function.
  • Some others minor changes.

Version 1.12.0

31 Jul 02:50
98962a4
Compare
Choose a tag to compare

RELEASE VERSION: 1.12.0

CHANGES:

  • Update README.
  • Create FUNDING.yml
  • Set config platform PHP 7.3
  • composer update.
  • Updating vlucas/phpdotenv (v2.6.6 => v5.1.0).
  • Reading env var with new Dotenv version.