Skip to content

Releases: effad/ValidatorFX

1.0.0

Choose a tag to compare

@effad effad released this 29 Jun 11:46
f9aee7f

1.0.0 was released without API changes. The API can be considered stable now.

The license was changed to Apache License 2.0.

0.6.3 Fix WeakListener regression

Choose a tag to compare

@effad effad released this 07 Nov 08:40

As described in Issue #47, there was (another) regression concerning the usage of WeakListener.

This has been fixed.

Full Changelog: v0.6.1...v0.6.3

0.6.1 Bugfix for removeCheck

Choose a tag to compare

@effad effad released this 21 Mar 06:44

This bugfix release fixes Validator.removeCheck(...). Existing decorations had not been removed from the scene.

0.6.0 - Allow manipulation of GraphicDecorations

Choose a tag to compare

@effad effad released this 19 Mar 16:13

0.6.0 allows an application to access the decoration node of an existing GraphicDecoration object, thus allowing to customize the GraphicDecoration created by DefaultDecoration.createGraphicDecoration(...).

0.5.1 - WeakListeners

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.