Skip to content

Releases: mariusklocke/liga-manager-api

1.11.6

09 Feb 20:37
Compare
Choose a tag to compare
  • Improvement: Added CLI commands for listing and deleting users
  • Improvement: Updated dependencies
  • Improvement: Added more tests

1.11.5

31 Jan 20:25
Compare
Choose a tag to compare
  • Improvement: Update doctrine/dbal to 3.3.0
  • Improvement: Integrate gdpr-dump
  • Refactoring: Decouple EventDispatcher from HandlerResolver in DI config

1.11.4

24 Jan 18:34
Compare
Choose a tag to compare
  • 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

14 Jan 21:31
Compare
Choose a tag to compare
  • Improvement: Use symfony/event-dispatcher for handling of domain events

1.11.2

12 Jan 19:53
Compare
Choose a tag to compare
  • Improvement: Replace swiftmailer/swiftmailer with symfony/mailer

1.11.1

09 Jan 17:30
Compare
Choose a tag to compare
  • Bugfix: Fix missing sorting on matchDays

1.11.0

09 Jan 16:34
Compare
Choose a tag to compare
  • 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

30 Nov 20:29
Compare
Choose a tag to compare
  • 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

22 Nov 18:39
Compare
Choose a tag to compare
  • Feature: Add command to schedule all matches for a match day

1.8.0

31 Jul 17:27
Compare
Choose a tag to compare
  • Feature: Add PHP 8.0 compatibility
  • Feature: Ship Docker Image with PHP 8.0 by default
  • Feature: Use Docker Buildkit