Skip to content

Kudzu 0.7.21 - Composable collections and effects

Choose a tag to compare

@bunzzeok bunzzeok released this 03 Aug 05:30
· 41 commits to main since this release

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 slice supports bounded pagination from direct primitive state.
  • Reactive search composes filter with supported string methods.
  • Expression-bodied toSorted comparators preserve immutable keyed sorting; mutating sort() is rejected.
  • Derived primitive effect dependencies compare with Object.is and 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