Kudzu 0.7.21 - Composable collections and effects
Kudzu 0.7.21 expands ordinary React-shaped collection pipelines and effect authoring while preserving keyed identity, derived dependency semantics, and capability-specific browser output.
New in 0.7.21
- Relative-imported pure collection transforms compile without executing or shipping the function.
- Immutable
slicesupports bounded pagination from direct primitive state. - Reactive search composes
filterwith supported string methods. - Expression-bodied
toSortedcomparators preserve immutable keyed sorting; mutatingsort()is rejected. - Derived primitive effect dependencies compare with
Object.isand skip unchanged reruns. - Derived values and same-component named setup/cleanup functions are statically substituted into effect handlers.
- The complete suite passes 107/107 tests.
Upgrade
npm install @kudzujs/core@^0.7.21