Skip to content

Releases: effad/ValidatorFX

0.5.1 - WeakListeners

29 Apr 11:40
f8b4640
Compare
Choose a tag to compare

0.5.1 changes ValidatorFX so that it uses weak listeners. This prevents memory leaks in the case where a Check depends on a property whose lifetime is longer than the Check / Validator object.
Issues involved: #38 and #39.