Skip to content

0.18.0

Compare
Choose a tag to compare
@matanlurey matanlurey released this 22 Nov 04:49
· 82 commits to master since this release
  • Refactor and deprecate ObservableList-specific API
    • ObservableList.applyChangeRecords
    • ObservableList.calculateChangeRecords
    • ObservableList.withLength
    • ObservableList.deliverListChanges
    • ObservableList.discardListChanges
    • ObservableList.hasListChanges
    • ObservableList.listChanges
    • ObservableList.notifyListChange
  • Potentially breaking: ObservableList may no longer be extended

It is also considered deprecated to be notified of length, isEmpty
and isNotEmpty PropertyChangeRecords on ObservableList - in a
future release ObservableList.changes will be
Stream<List<ListChangeRecord>>.