Skip to content
This repository has been archived by the owner on Nov 17, 2020. It is now read-only.

Releases: Orbitale/DoctrineTools

v0.4

04 Jan 13:44
Compare
Choose a tag to compare

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

10 Jul 12:02
Compare
Choose a tag to compare

[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 and findAllArray where $indexBy was misused.
  • Fixed the getNumberOfElements method that searched for an non-existing deleted property.
  • Minor improvement in the sortCollection method.

v0.2

05 May 07:52
Compare
Choose a tag to compare

Added some documentation

v0.1

05 May 07:33
Compare
Choose a tag to compare

Base files, no tests here. It's only to have a default stability supported by this library.