Skip to content

Releases: deprecated-packages/DoctrineMigrations

v3.0.0

16 Oct 18:15
Compare
Choose a tag to compare
  • Add "column" option
  • Add "versionsOrganization" option
  • Switch from symnedi/event-dispatcher to arachne/event-dispatcher
  • Remove deprecated features

v2.3.5

14 Aug 07:08
Compare
Choose a tag to compare
  • Fix compatibility with Nette 2.4 (thx @Vrtak-CZ).

v2.3.4

10 Aug 05:14
Compare
Choose a tag to compare
whitespace

Released version 2.3

24 Oct 16:14
Compare
Choose a tag to compare

Changes

  • [#20] Kdyby\Events replaced by Symfony\EventDispatcher

Released version 2.2.3

22 Oct 21:38
Compare
Choose a tag to compare

Changes

  • use options directory instead of dirs (nested directories are supported by doctrine/migrations, see doctrine/migrations#238)
  • directory is created by default
  • migrations are loaded only on migrations command run

Released version 2.2

18 Oct 21:47
Compare
Choose a tag to compare

This version now depends on first stable version of doctrine/migrations! Hooray!

So installation is now simple as:

require zenify/doctrine-migrations

New features

  • [#19] --allow-empty-migration fixed

Changes

  • enable/disable option removed, to confusing with no added value

Released version 2.1

11 Mar 23:56
Compare
Choose a tag to compare

New features

  • compatible with Nette 2.3
  • now uses PHPUnit for testing
  • README in now complete with rich Usage section

Bug fixes

  • added missing Kdyby\Doctrine dependency

Full diff: v2.0.0...v2.1.0

Released version 0.8.2

01 Sep 14:11
Compare
Choose a tag to compare
  • PHP 5.3 support added, thx to @Nemrtvej
  • tests added
  • configuration is now validated