Release 1.3.0
New features
- Support change annihilation.
Properties to peek at next available change for undo and redo.Actually, I forgot to put them in the public API. Use Release 1.3.1 instead.
Incompatible changes
undoAvailableProperty()
andredoAvailableProperty()
now returnVal<Boolean>
instead ofObservableBooleanValue
.