Skip to content

Releases: doesntmattr/mongodb-migrations-bundle

v3.0.1

30 Apr 09:41
9d1a33d
Compare
Choose a tag to compare
  • Let the ManagerRegistry choose the default DocumentManager when option --dm is not specified

3.0.0

21 Mar 20:04
48bff17
Compare
Choose a tag to compare
  • Symfony 5 support
  • Use "doesntmattr/mongodb-migrations": "^3.0" (BC Changes)

v2.0.1 - Fix symfony 4.2 treebuilder deprecation

04 Dec 11:33
7e0d34e
Compare
Choose a tag to compare

Fix symfony 4.2 treebuilder deprecation

2.0 release

12 Apr 21:19
Compare
Choose a tag to compare

Symfony 4 support and CI quality assurance updates

28 Mar 10:53
4453202
Compare
Choose a tag to compare

Service config

To support Symfony 4 this release includes a services.xml file. This may mean that if you have overridden a migrations command but assuming that your command will take precedence then you may need to explicitly add your command to a services config file rather than assuming it will automatically happen.

Travis builds

There is now a travis build and a test file so we can have some minimal sanity checks on PRs. Please contribute!

Deprecated duplicate commands

Some commands were duplicated. We've added deprecated notices and kept them out of the service config. These will be removed in 2.0.0

First post-migration from antimattr release

31 Aug 13:15
Compare
Choose a tag to compare
  • minor updates
  • dependency on migrations 1.1