Releases: doctrine/DoctrineMigrationsBundle
Releases · doctrine/DoctrineMigrationsBundle
2.1.1
Release 2.1.1
2.1.1
- Total issues resolved: 2
- Total pull requests resolved: 1
- Total contributors: 3
Bug
- 285: Fix type conversion of CLI options thanks to @alcaeus and @gondo
2.1.0
Release 2.1.0
2.1.0
- Total issues resolved: 0
- Total pull requests resolved: 10
- Total contributors: 9
Improvement
- 282: Update supported PHP version thanks to @alcaeus
- 256: added .gitattributes thanks to @rvitaliy
- 255: Load Tests with autoloader only in dev thanks to @rvitaliy
Enhancement
- 280: Fix typo in dep name thanks to @nicolas-grekas
- 279: Allow Symfony 5 components thanks to @l-vo
- 275: Lazy console commands thanks to @vudaltsov
Documentation
v2.0.0
2.0.0
- Total issues resolved: 1
- Total pull requests resolved: 8
- Total contributors: 4
Improvement
- 252: Update doctrine/migrations dependency to 2.0 now that stable is released thanks to @jwage
- 250: fix indentation in config tree builder thanks to @kaznovac
- 249: Change the column length of the version column to default to 14 inste… thanks to @jwage
- 240: add php 7.3 to travis thanks to @andreybolonin
- 234: Update doctrine/migrations to v2.0.0-beta1. thanks to @jwage
Bug
- 231: Update xml xsd schema thanks to @jwage
- 229: Move phpstan and doctrine/coding-standards to require-dev instead of require. thanks to @ccovey
Enhancement
v1.3.2
2.0.0-beta1
2.0.0-beta1
- Total issues resolved: 0
- Total pull requests resolved: 1
- Total contributors: 1
Improvement
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