Skip to content

2.0 Milestone 2

Compare
Choose a tag to compare
@TomasMikula TomasMikula released this 08 Feb 04:18
· 153 commits to master since this release

New in this milestone:

  • Val as a better ObservableValue. It is a unifying concept of ObservableValue, Binding, EasyBind's MonadicObservableValue, InhiBeans' inhibitable ObservableValue, plus adopts the lazy binding known from EventStreams.
  • Var as a better Property.
  • LiveList as a better ObservableList.

Other changes in this milestone:

  • Error-reporting mechanism was removed.
  • InhiBeans deprecated, since all functionality is now contained in Val, Var and LiveList.

There are other smaller additions and changes.