github pointfreeco/swift-composable-architecture 0.16.0

latest releases: 1.15.0, 1.14.0, 1.13.1...
3 years ago
  • 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).

Don't miss a new swift-composable-architecture release

NewReleases is sending notifications on new releases.