Releases: Orbitale/DoctrineTools
Releases · Orbitale/DoctrineTools
v0.5.5
Inject new fixture's data when creating new instance of an object
v0.5.4
Add a protected method to create an instance of the object associated with the fixture
v0.5.3
New features
[1ff1056] Add setGeneratorBasedOnId()
in AbstractFixture. Very useful when using "id" in fixture objects, and when having to maintain different types of database systems.
v0.5.2
Fixes/Improvements
[e0c7e05, 9aaa164] Fix issues with heavy sqlite databases ("undefined object" issue) by adding a new clearEntityManagerOnFlush
method
v0.5.1
Fixes
[234675e] Fix ID generation issues with PostgreSQL
v0.5.0
New feature
[9db5b6b] Allow support for multiple entity identifiers
v0.4.4
Fix
[5e4326d] Fix issue with callables
v0.4.3
Feature
[2affc30] Allow to use callables as values in AbstractFixture
v0.4.2
Fix
[193fee8] Fix batch loading not flushing all items
v0.4.1
Fix
[c6c1543] AbstractFixture: Fix BC break in IDs search matching