Releases: maurobonfietti/rest-api-slim-php
Releases · maurobonfietti/rest-api-slim-php
Version 1.21.0
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
RELEASE VERSION: 1.20.0
CHANGES:
- Updated psalm config.
- Improvements detected with psalm.
- Some other minor changes.
Version 1.19.0
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
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
RELEASE VERSION: 1.17.0
CHANGES:
- Changes in get and search notes endpoint.
Version 1.16.0
RELEASE VERSION: 1.16.0
CHANGES:
- Endpoint that allow search notes by name and description.
Version 1.15.0
RELEASE VERSION: 1.15.0
CHANGES:
- Allow some special characters when create/edit username.
Version 1.14.0
RELEASE VERSION: 1.14.0
CHANGES:
- Replace the use of getenv() for $_SERVER[].
- Set environment variables in Settings.
Version 1.13.0
RELEASE VERSION: 1.13.0
CHANGES:
- Update README.
- Update post create project command.
- Simplify checkToken function.
- Some others minor changes.
Version 1.12.0
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.