Skip to content

Releases: gruberro/php-mongo-migrations

Fix typo in symfony/console composer.json constraint

28 Jan 12:50
525f0e2
Compare
Choose a tag to compare
Merge pull request #23 from ostrolucky/patch-1

Fix typo in symfony/console composer.json constraint

symfony/console 5.0 support

23 Jan 19:59
e7e3642
Compare
Choose a tag to compare
Merge pull request #22 from ostrolucky/symfony-5

 symfony/console 5.0 support

Explicit specify return type in phpdoc for contextual migration

11 Sep 08:17
b919de1
Compare
Choose a tag to compare
Merge pull request #17 from andrew-demb/patch-1

Explicit specify return type in phpdoc for contextual migration

Upgrade dependencies

04 Feb 08:57
fa40943
Compare
Choose a tag to compare
0.4.0

Merge pull request #15 from gruberro/dependabot/composer/phpunit/phpu…

Allow symfony/console v4

18 Sep 18:24
9663f77
Compare
Choose a tag to compare
Merge pull request #13 from ravanscafi/v4-console

Allow symfony/console v4

Prevent locking database if validation error occurred in version command

20 Nov 16:17
e7a4b90
Compare
Choose a tag to compare
Merge pull request #12 from venyii/fix-validation-lock

Prevent locking database if validation error occurred in version command

Add versions command to mark an id as already executed

24 Aug 17:17
Compare
Choose a tag to compare
Merge pull request #11 from gruberro/add-changes-from-pr-feedback

Minor improvements

Add another missing bin path

09 Aug 05:43
Compare
Choose a tag to compare
Merge pull request #9 from DumpOfTheVar/fixes-in-bin-migrations

Fixes in bin migrations

Disallow empty context specification

14 Jun 14:34
Compare
Choose a tag to compare
Merge pull request #8 from gruberro/disallow-empty-contexts

Disallow empty contexts

Allow custom composer bin dir

03 May 21:15
Compare
Choose a tag to compare

This release adds some missing path handling for custom composer bin-dir settings.