You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
AbstractExpression does now define a public constructor. Consequentially, it may now be extended by consumers. [GH-4]
Various JavaDoc improvements.
Fixes
Fixed a bug that caused ObservableList#setAll to skip some elements. [GH-5] (Thanks to SkytAsul)
Reduced the visibility of some accidentally exposed expression members.
Breaking Changes
Several members of simple and lazy expressions had their visibility reduced and may no longer be accessible. These methods were considered unsafe and should not have been exposed in the first place. Proper alternatives are available.