Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2020-03-26 | Simplify `iced_futures::Command` implementation | 1 | -100/+0 | ||
2020-02-05 | Drop `Send` in `Command` and `Executor` on Wasm | 1 | -1/+1 | ||
2020-01-19 | Create `iced_futures` and wire everything up | 1 | -0/+0 | ||
2020-01-16 | Take `IntoIterator` instead of `Iterator` | 1 | -2/+5 | ||
2019-12-28 | Fix `Command::batch` documentation | 1 | -1/+1 | ||
2019-12-19 | Implement `Command::map` | 1 | -0/+25 | ||
2019-12-14 | Write docs for subscriptions and reorganize a bit | 1 | -2/+2 | ||
2019-11-22 | Write docs for `iced` and `iced_native` | 1 | -1/+1 | ||
2019-11-18 | Write documentation for `iced_core` | 1 | -0/+23 | ||
2019-11-18 | Rename `Command::attempt` to `Command::perform` | 1 | -1/+1 | ||
2019-11-17 | Implement future-based `Command` in `iced_core` | 1 | -0/+49 | ||