Releases: doesntmattr/mongodb-migrations-bundle
Releases · doesntmattr/mongodb-migrations-bundle
v3.0.1
3.0.0
v2.0.1 - Fix symfony 4.2 treebuilder deprecation
Fix symfony 4.2 treebuilder deprecation
2.0 release
This is the 2.0
release.
See #15 and https://github.com/doesntmattr/mongodb-migrations/releases/tag/2.0.0
Symfony 4 support and CI quality assurance updates
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
- minor updates
- dependency on migrations 1.1