This repository has been archived by the owner on Nov 17, 2020. It is now read-only.
Releases: Orbitale/DoctrineTools
Releases · Orbitale/DoctrineTools
v0.4
Fixes
[dee84f7] AbstractFixture: Fix a bug when determining the ID of an object
New features
[cf5bf89] AbstractFixture: Add new methods for flexibility, reorganised code, allow memory saving.
Mostly, now we can use flushEveryXIterations()
, searchForMatchingIds()
and disableLogger()
methods in fixtures, which are very good in saving memory or for big batches of entities to persist (especially the logger).
Misc
[c984f1b] Create MIT LICENSE file
v0.3
[812a0a4] AbstractFixture: Change object field value with PropertyAccessor
if available, and if not, try to execute a setter on it.
[27710fa] BaseEntityRepository:
- Fixed wrong behavior on
findAllRoot
andfindAllArray
where$indexBy
was misused. - Fixed the
getNumberOfElements
method that searched for an non-existingdeleted
property. - Minor improvement in the
sortCollection
method.
v0.2
Added some documentation
v0.1
Base files, no tests here. It's only to have a default stability supported by this library.