Skip to content

v3.3: Improves property change detection and adds locking.

Choose a tag to compare

@thorewi thorewi released this 13 Jan 15:42
· 17 commits to master since this release
Enhances the `isPropertyChanged` method to handle both single properties and arrays of properties, allowing for more flexible change detection.

Adds `getLock` and `releaseLock` methods to the EntityManager, enabling advisory locking for specific operations.