Doctrine Migrations v3.0.0-beta1 Release Notes

Release Date: 2020-05-23 // almost 4 years ago
    • ๐Ÿ‘ Allow to use --write-sql to save the migration execution log to file #979 (goetas)
    • Display more informative messages for migration aliases #978 (goetas)
    • ๐Ÿšš Move status info fetching into MigrationStatusInfosHelper #976 (goetas)
    • ๐Ÿ‘ Allow to define lazy services in the dependency factory #975 (goetas)
    • ๐Ÿ“‡ Auto update metadata table when migrating #973 (goetas)
    • Extract MigrationsRepository interface #972 (goetas)
    • ๐Ÿšš Moved migration sorting from MigrationRepository to MigrationPlanCalculator #969 (goetas)
    • โž• Add command to display current version #965 (goetas)
    • Sort executed migrations #974 (goetas)
    • Migrate to Doctrine's fork of jdorn/sql-formatter #971 (greg0ire)
    • ๐Ÿ’… Use SymfonyStyle to output text in console #968 (emodric)
    • ๐Ÿ›  Fix typos #964 (pgrimaud)
    • ๐Ÿ›  Fix message on which migrations are going to be executed or migrated #962 (goetas)
    • ๐Ÿ‘ Allow to change configurations in the dependency factory #959 (goetas)
    • โœ‚ Remove deprecated --show-versions param #956 (goetas)