Skip to content

Releases: numq/reduce-and-conquer

3.0.0

08 Feb 09:04

Choose a tag to compare

  • Major simplification and optimization: Removed Factory, Strategy, Processor, Metrics.
  • Dual-system architecture: Separated concerns between Event (notifications) and Effect (side operations).
  • Structured side effect management: Effects now handle flow collection, deferred execution, and cancellation.
  • Simplified core: ReducerFeature uses a channel for commands and a scan to manage state transitions.
  • Enhanced type safety: Clear separation between events and operational effects.

2.0.0

14 Nov 06:38

Choose a tag to compare

  • Command processing strategies: Immediate, Channel, Parallel
  • Enhanced events with lifecycle management
  • Built-in metrics collection
  • Feature factory for easy creation

1.0.0

31 Jul 04:30

Choose a tag to compare

  • Initial Reduce & Conquer pattern
  • Basic Feature, Reducer, Transition
  • Pokédex example app