Releases: doctrine/DoctrineMigrationsBundle
Releases · doctrine/DoctrineMigrationsBundle
2.0.0-alpha1
2.0.0-alpha1
- Total issues resolved: 1
- Total pull requests resolved: 2
- Total contributors: 2
Bug
- 229: Move phpstan and doctrine/coding-standards to require-dev instead of require. thanks to @ccovey
Enhancement
v1.3.1
This release fixes the BC break regarding custom templates for migrations, which is only available in doctrine/migrations
v1.6.x-dev for now.
Total issues resolved: 3
[1.2.1] - 2016-12-07
- Fix an issue when the directory already existed #169
[1.2.0] - 2016-08-31
Improvements:
- updating the composer.json
- updating the documentation for the version command
- adding an xml schema validation for the xml configuration
- add support for the organize_migrations configuration
- updating the commands handling
Thanks to all the contributors who made those PRs.
1.1.1 Release
Merge pull request #132 from vincentchalamon/sharding Add --shard option to migrations command