Commit message (Expand) | Author | Files | Lines | |
---|---|---|---|---|
2023-02-18 | Bump versions :tada: | 2 | -4/+4 | |
2023-01-27 | Fix: Clippy lint 'let_underscore_future' | 2 | -0/+2 | |
2023-01-26 | Annotate `Command` and `Subscription` with `#[must_use]` | 2 | -0/+2 | |
2023-01-14 | Bump versions :tada: | 1 | -3/+3 | |
2022-12-07 | Bump versions :tada: | 1 | -3/+3 | |
2022-11-10 | Bump versions :tada: | 1 | -1/+1 | |
2022-11-10 | Fix outdated links in documentation | 1 | -3/+3 | |
2022-11-10 | Bump versions :tada: | 1 | -1/+1 | |
2022-08-17 | Use `FnOnce` in `Command::perform` | 1 | -1/+1 | |
2022-08-12 | Relax `Fn` trait bounds in `Command` & `Action` | 1 | -1/+1 | |
2022-07-09 | Fix further `clippy` lints | 3 | -8/+22 | |
2022-07-09 | Address Clippy lints | 2 | -6/+2 | |
2022-05-31 | Bump versions :tada: | 1 | -1/+1 | |
2022-05-27 | Fix `Subscription` cancelation when never awaiting | 1 | -10/+23 | |
2022-05-02 | Bump versions :tada: | 1 | -1/+1 | |
2022-04-30 | Fix broken intra-doc links in documentation | 2 | -2/+6 | |
2022-04-30 | Point repository links to `0.4` branch in documentation | 1 | -3/+3 | |
2022-02-09 | Update Rust edition to 2021 :tada: | 1 | -1/+1 | |
2022-02-01 | Fix `default` backend in `iced_futures` | 3 | -3/+18 | |
2022-01-28 | Implement `time` module for `wasm-bindgen` backend in `iced_futures` | 2 | -0/+45 | |
2022-01-28 | Split `iced_futures` into different `backend` implementations | 16 | -223/+267 | |
2022-01-28 | Introduce `MaybeSend` trait in `iced_futures` | 5 | -101/+40 | |
2022-01-28 | Experimental wgpu WebGL backend support | 2 | -9/+92 | |
2022-01-12 | Remove support for old `tokio` crate | 5 | -55/+9 | |
2022-01-03 | Change GitHub namespace to new org for all files | 3 | -5/+5 | |
2021-12-09 | Use commit hash in `html_logo_url` | 1 | -1/+1 | |
2021-12-09 | Added icon in docs | 1 | -0/+3 | |
2021-11-14 | Collect the platform-specific concrete future implementations into mods. | 1 | -22/+47 | |
2021-09-02 | Hide implementation details of `Command` in `iced_futures` | 2 | -0/+71 | |
2021-09-02 | Make `Command` implementations platform-specific | 3 | -152/+9 | |
2021-06-14 | docs: update all 0.2 github links to 0.3 | 1 | -3/+3 | |
2021-05-19 | Fix formatting with `cargo fmt` | 1 | -2/+1 | |
2021-04-12 | Run cargo fmt | 1 | -1/+2 | |
2021-03-31 | Bump versions :tada: | 1 | -1/+1 | |
2021-02-23 | Log event subscription error as a warning | 1 | -1/+1 | |
2021-01-15 | Use `smol::Timer::interval` for `time::Every` | 1 | -9/+1 | |
2021-01-15 | Fix `time::Every` implementation for `smol` runtime | 2 | -2/+10 | |
2021-01-14 | Add `smol` async runtime | 5 | -3/+70 | |
2021-01-04 | Use `Instant::into_std` in `futures::time` | 1 | -1/+1 | |
2021-01-04 | Update `tokio` to `1.0` | 2 | -5/+18 | |
2020-11-26 | Bump versions :tada: | 1 | -1/+1 | |
2020-11-26 | Update example links to point to `0.2` branch | 1 | -3/+3 | |
2020-11-26 | Update graphs in crate docs | 1 | -0/+2 | |
2020-11-26 | Use recently stabilized intra-doc links | 6 | -80/+5 | |
2020-11-25 | Introduce `tokio_old` feature | 5 | -2/+41 | |
2020-11-05 | upgrade tokio to latest version(v0.3) | 2 | -3/+4 | |
2020-10-29 | Accept a function pointer in `Subscription::map` | 1 | -14/+5 | |
2020-04-30 | Disable `time` module on Wasm for now | 1 | -1/+4 | |
2020-04-30 | Implement `time::every` in `iced_futures` | 3 | -1/+76 | |
2020-04-26 | Bump versions :tada: | 1 | -1/+1 |