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