Skip to content

Exception on binding evaluation errors + new APIs

Compare
Choose a tag to compare
@parubok parubok released this 07 Jul 06:30
· 200 commits to master since this release
  • The default handling of binding evaluation errors was changed from logging the error and returning some default value to throwing BindingEvaluationException.
  • New API: ObservableValue.asBoolean(Predicate<T> predicate).
  • Moved from BooleanExpression: ObservableValue.asStringExpression(String format).