This repository was archived by the owner on Nov 17, 2020. It is now read-only.
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