aboutsummaryrefslogtreecommitdiff
path: root/src/main/kotlin/pl/treksoft/kvision/state
AgeCommit message (Expand)Author
2020-06-02Add parameter of bind, for not removing children when binding component to th...Robert Jaros
2020-05-20Make all stateful components implement ObservableState interfaceRobert Jaros
2020-05-03Simplify state binding functions. Deprecate stateBinding() in favor of bind().Robert Jaros
2020-05-01New ObservableValue classRobert Jaros
2020-04-19Small fix for observable models builder functionsRobert Jaros
2020-03-31ObservableSet class implementing ObservableState (#148)Robert Jaros
2020-01-20Fix tabulator module dependenciesRobert Jaros
2020-01-20Fix tabulator module dependenciesRobert Jaros
2019-10-17Move DSL builder functions out of the companion objects (#93)Robert Jaros
2019-10-13Allow to unsubscribe from the ObservableState.Robert Jaros
2019-10-13Move ObservableList class from utils to state package and implement Observabl...Robert Jaros
2019-10-13Refactor StateBinding class with ObservableState interface.Robert Jaros