Releases: doctrine/DoctrineFixturesBundle
Releases · doctrine/DoctrineFixturesBundle
3.1.1
3.1.1
- Total issues resolved: 0
- Total pull requests resolved: 2
- Total contributors: 2
Improvement
3.1.0 release
3.1.0
- Total issues resolved: 1
- Total pull requests resolved: 4
- Total contributors: 4
Improvement
- 270: Show the name of the database being purged when loading fixtures thanks to @alcaeus
- 265: Drop support for PHP < 7.1 and older versions of data-fixtures thanks to @alcaeus
- 260: Add fixture groups via a static method interface or service tags thanks to @weaverryan
- 269: Apply Doctrine Coding Standard thanks to @carusogabriel
- 219: Dynamic namespace thanks to @MassiveHiggsField
3.0.4 release
This release fixes a regression where loading fixtures in non-interactive mode was no longer possible.
3.0.3 release
This release beautifies output in the command and updates documentation issues.
3.0.2 release
This release fixes an invalid strict check in fixture loaders.
3.0.1 release
This release fixes a regression when using DependentFixtureInterface
.
3.0.0 release
This release changes the fixture loader to no longer load fixtures from a list of directories and instead uses services tagged with the doctrine.fixture.orm
container tag.
2.3.0 Release
Merge pull request #151 from javiereguiluz/patch-2 Updated the dcs to follow the recommended Symfony practices