Skip to content

0.45.0

Compare
Choose a tag to compare
@stephencelis stephencelis released this 31 Oct 18:56
· 811 commits to main since this release

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