Log
-
Prepare for v2.0.0 release by Caio 3 days ago
-
Merge branch 'v2' by Caio 3 days ago
-
Remove bincode-codec feature by Caio 3 days ago
-
Update changelog by Caio 3 weeks ago
-
Expose `Member::down()` 💬 by Caio 3 weeks ago
So that seeding initial state looks less awkward
-
Make `Config.remove_down_after` an Option<T> by Caio 3 weeks ago
-
Move Config checks into `config` mod 💬 by Caio 3 weeks ago
Preempting the spaghetti that the `Foca::set_config` was turning into before I make any real changes to the struct
-
Update to rand v0.10 💬 by Caio 3 weeks ago
Rng trait is now RngExt
-
Mark a few things as const; Fix lints by Caio 3 weeks ago
-
Use if-let chains where I can by Caio 3 weeks ago
-
Use edition 2024, msrv 1.88.0 by Caio 3 weeks ago
-
Add new example showcasing apply_many by Caio a month ago
-
Use expect instead of allow; Clean up lints by Caio 3 months ago
-
Lint `empty_enum` is now `empty_enums` by Caio 5 months ago
-
Make the id conflict resolution path clearer by Caio 7 months ago
-
Clearer probe_was_incomplete definition by Caio 7 months ago
-
Use Self:: where possible by Caio 7 months ago
-
Add release date to Changelog by Caio 8 months ago
-
Prepare for v1.0.0 💬 by Caio 8 months ago
Experience tells me that as soon as I release this something will pop up so here I am, goading the Fates. The API hasn't changed in a long while, so it isn't much of a concern. Not every dependency is stable, but they rarely change. A paced major version bump simply to update deps is perfectly fine
-
Remove redundant lint 💬 by Caio 9 months ago
> error: lint `clippy::string_to_string` has been removed: `clippy:implicit_clone` covers those cases The implicit_clone lint is enabled
-
Fix debug_assert message by Caio 9 months ago
-
Ensure wrapped errors are Sync by Caio 10 months ago
-
Use format strings where possible by Caio a year ago
-
Remove deprecated lint match_on_vec_items 💬 by Caio a year ago
The 'indexing-slicing' replacement is way too broad for my taste, so there's nothing to replace it.
-
Fix intra-doc link to Foca::add_broadcast by Caio a year ago
-
Enable and fix missing_const_for_fn lint by Caio a year ago
-
Use intra-docs links by Caio a year ago
-
Upgrade uuid dev-dependency to v1 💬 by Caio a year ago
Yay stable targets
-
Move piggyback checks into Message type by Caio a year ago
-
Prepare for v0.19.0 release by Caio a year ago