Skip to content

v2.3.2: Prevents duplicate entities in to-many collections

Choose a tag to compare

@thorewi thorewi released this 14 Jan 12:35
· 5 commits to master since this release
Ensures that entities are not added to to-many collections multiple times.

This prevents issues where the setter within `createEntity` might
automatically add the entity to the collection, leading to duplicates.