github pointfreeco/swift-composable-architecture 0.45.0

latest releases: 1.11.2, 1.11.1, 1.11.0...
20 months ago

What's Changed

  • Added: TestStore.exhaustivity (thanks @krzysztofzablocki for the inspiration, #1599).
  • Added: UncheckedSendable now conditionally conforms to Equatable (thanks @maxgoedjen), Hashable, Encodable and Decodable.
  • Fixed: Reducer builders would occasionally, incorrectly warn that a deprecated buildFinalResult was being invoked. All known instances of this warning have been eliminated, but if you find another, please let us know!
  • Fixed: Stores accessing dependencies in tests via ReducerProtocol.dependency should no longer erroneously report test failures (#1570)
  • Infrastructure: documentation fixes (thanks @tgrapperon, @onevcat); increased @Dependency test coverage.

New Contributors

Full Changelog: 0.44.1...0.45.0

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

NewReleases is sending notifications on new releases.