Skip to content

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

0.5.0

03 Feb 15:52
97eea7c
Compare
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
Compare
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
Compare
Choose a tag to compare

Fixes:

  • Fix command arguments not being validated (#100)

0.3.0

19 Aug 12:53
6df0a64
Compare
Choose a tag to compare

Dependencies

  • Support doctrine/dbal 4 (#94)

0.2.0

08 Aug 14:00
c2f865f
Compare
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
Compare
Choose a tag to compare

Fixes:

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

0.1.0

06 Oct 12:22
5b8584a
Compare
Choose a tag to compare
Init