Skip to content

Releases: fabiang/doctrine-migrations-liquibase

Version 2.4.0

24 Jan 12:49
Compare
Choose a tag to compare
  • Added: Support for PHP 8.3

Version 2.3.0

28 Nov 12:04
Compare
Choose a tag to compare
  • Added: Support for PHP 8.2

Version 2.2.0

10 May 09:05
Compare
Choose a tag to compare

Removed

  • Support for doctrine/orm < 2.11

Quality Of Life

  • New Coding-Style: Laminas Coding Standard
  • Static code analysis with Github Actions

v2.1.0

23 Nov 14:52
Compare
Choose a tag to compare

Changes

  • Bump minimum versions to doctrine/dbal=3.1.2 and doctrine/orm=2.10.

Bug fixes

  • Fatal Error MySQLPlatform class was renamed (as of doctrine/dbal=3.0.x)
  • Schema name missing when generating changelog with doctrine/dbal=3.0.x

v2.0.0

16 Sep 09:14
Compare
Choose a tag to compare

Changes:

  • Added unit tests for all class with a coverage of 99,97%
  • Dropped support for PHP < 7.4 and added support for PHP 8
  • Type hints and return types everywhere + strict type checking
  • The minimum version of doctrine/orm is now 2.3 (the unit tests showed that this is the lowest version this library supports)
  • Moved integration tests into a separate test suite
  • Remove the Docker stuff from the integration test to simplify those. Docker-Compose is now used to run the integration tests
  • Removed TravisCI and use Github actions to run the tests
  • Replace Phpstan with Psalm, which actually gets better results and fixed errors found