Skip to content

Releases: shipmonk-rnd/doctrine-two-phase-migrations

0.6.1

08 Jan 14:28
ea1c686

Choose a tag to compare

What's Changed

  • PHP 8.5 & Symfony 8 compatibility (#128)

0.6.0

28 Aug 11:50
7c1fce1

Choose a tag to compare

Improvements

  • Eliminated Doctrine & Symfony deprecations (#118)

Dependencies

  • doctrine/dbal requires ^4.3.0 (was ^3.6.0 || ^4.0.0)
  • doctrine/orm requires: ^3.3.3 (was ^3.0.0)
  • php requires 8.2 (was 8.1)

0.5.0

03 Feb 15:52
97eea7c

Choose a tag to compare

New features

  • Dispatch events for migration execution (#114)

Dependencies

  • now requires psr/event-dispatcher ^1.0

0.4.0

12 Dec 12:59
7ca3539

Choose a tag to compare

New features:

  • MigrationAnalyzer: allow phase setup or modification of generated SQLs (#106)

Other changes:

  • MigrationPhase is now native enum (#107)

0.3.1

02 Oct 14:53
2fdf937

Choose a tag to compare

Fixes:

  • Fix command arguments not being validated (#100)

0.3.0

19 Aug 12:53
6df0a64

Choose a tag to compare

Dependencies

  • Support doctrine/dbal 4 (#94)

0.2.0

08 Aug 14:00
c2f865f

Choose a tag to compare

Dependencies

  • doctrine/orm requires ^3.0 (was ^2.7)
  • doctrine/dbal requires ^3.6 (was ^2.13.1 || ^3.1.4)
  • php requires 8.1 (was 7.4)

0.1.1

25 Feb 11:48
e7d5526

Choose a tag to compare

Fixes:

  • prevent unneeded DIC registration during app startup (#38)

0.1.0

06 Oct 12:22
5b8584a

Choose a tag to compare

Init