Skip to content

Releases: sokil/php-mongo-migrator

1.0.2

14 Feb 20:27
6c57662
Compare
Choose a tag to compare
  • Fix command run with symfony/console >= 5.0

1.0.1

11 Jan 07:24
aaf6655
Compare
Choose a tag to compare

Increment verion of dependencies symfony/console and symfony/yaml

1.0

02 Oct 23:41
Compare
Choose a tag to compare
1.0

1.0 (2019-10-02)

  • Stop support PHP < 5.6
  • Adder configuration option to commands, that allows store configuration in any place
  • Added migrationDir to init command that allows define directory with migrations file during project initialisation.

Binaries:

  • mongo-migrator.legacy.phar - for legacy driver without alcaeus compatibility adapter
  • mongo-migrator.phar - for new driver with alcaeus compatibility adapter included

0.7.0

20 Nov 19:01
Compare
Choose a tag to compare
  • Stop support of PHP 5.3
  • Status command now return migration list sorted from early to latest migration
  • Option "--length" of command "status" may limit list by last revisions
  • Improved test environment

0.6.0

12 Jan 21:38
Compare
Choose a tag to compare

Allow convigure migrations through environment variables

0.5.4

05 Dec 11:25
c1fb79b
Compare
Choose a tag to compare

Allow event dispatcher < 5.0

0.5.3

22 Nov 07:57
21cba3a
Compare
Choose a tag to compare

do not require old ext-mongo extension

0.5.2

23 Aug 20:21
Compare
Choose a tag to compare

Phar installer

0.5.1

15 Jun 13:45
Compare
Choose a tag to compare

environment in down migration

0.5

01 Feb 06:50
Compare
Choose a tag to compare
0.5

Support PHP7