Releases: mariusklocke/liga-manager-api
Releases · mariusklocke/liga-manager-api
1.11.6
- Improvement: Added CLI commands for listing and deleting users
- Improvement: Updated dependencies
- Improvement: Added more tests
1.11.5
- Improvement: Update
doctrine/dbal
to 3.3.0 - Improvement: Integrate
gdpr-dump
- Refactoring: Decouple
EventDispatcher
fromHandlerResolver
in DI config
1.11.4
- Improvement: Allow testing of non-default versions of PHP, MariaDB and Redis
- Improvement: Updated several composer dependencies
- Improvement: Updated PHAR Tools
- Improvement: Use type hints in all command constructors
- Improvement: Simplify mapping Exceptions to HTTP status codes
1.11.3
- Improvement: Use
symfony/event-dispatcher
for handling of domain events
1.11.2
- Improvement: Replace
swiftmailer/swiftmailer
withsymfony/mailer
1.11.1
- Bugfix: Fix missing sorting on matchDays
1.11.0
- Feature: Added query "teamsByPattern"
- Improvement: Replaced mysqli with pdo_mysql for SELECT queries
- Improvement: Introduced generic filters, sortings and pagination
- Improvement: Increased test coverage
1.10.0
- Feature: Added query "matchesByKickoff"
- Feature: Added maintenance mode
- Improvement: Replaced some shell script
- Improvement: Added tests for some CLI commands
- Improvement: Updated dependencies
1.9.0
- Feature: Add command to schedule all matches for a match day
1.8.0
- Feature: Add PHP 8.0 compatibility
- Feature: Ship Docker Image with PHP 8.0 by default
- Feature: Use Docker Buildkit