Skip to content

0.5.1 - WeakListeners

Latest
Compare
Choose a tag to compare
@effad effad released this 29 Apr 11:40
f8b4640

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.