Skip to content

0.9.2

Compare
Choose a tag to compare
@Yarikx Yarikx released this 11 Oct 10:41
· 100 commits to master since this release

New Features

  • Big update on @CombinedState.
    Now @AutoValue value classes are supported as combined state!
    Interfaces as combined state are still supported.

Other improvements

Update code generator for @CombinedState reducers.

  • Remove unnecessary state object allocation if all sub-states are the same.
  • Use boxed version of sub-state types in reducer, to remove boxing/unboxing when passing to sub-reducers.