Skip to content

0.16.0

Choose a tag to compare

@stephencelis stephencelis released this 08 Mar 16:12
· 1435 commits to main since this release
a116fff
  • Changed: Reducer.optional reducers no longer trigger assertionFailures. Instead, by default they set a breakpoint that can be resumed in DEBUG mode. This breakpoint can be disabled with an argument. RELEASE builds remain unaffected. (#296)
  • Changed: Test Stores now collocate unfinished effect failures with the originating action that kicked each effect off. These failures were previously aggregated to the unrelated line in which store.assert was called. (#413)
  • Infrastructure: Improved documentation (thanks @Steven0351).