Skip to content

v0.24.0

Choose a tag to compare

@github-actions github-actions released this 07 Sep 08:12
db160bd

0.24.0 (2026-09-07)

⚠ BREAKING CHANGES

  • a profile declaring Mutation::None with Reversibility::Guaranteed is now refused at construction. Every read must declare Reversibility::NotApplicable, or — better — call EffectProfile::readOnly(), which is the one place that says what a read is made of. Measured: a founded app on the previous packages does not boot until its declarations are migrated, which is the point. Archived profiles are unaffected; fromArray() normalises them.

Features

  • «nothing to undo» is not a promise to undo — Reversibility::NotApplicable (#50) (76ca9ca)