0.45.0
What's Changed
- Added:
TestStore.exhaustivity
(thanks @krzysztofzablocki for the inspiration, #1599). - Added:
UncheckedSendable
now conditionally conforms toEquatable
(thanks @maxgoedjen),Hashable
,Encodable
andDecodable
. - 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
- @maxgoedjen made their first contribution in #1565
Full Changelog: 0.44.1...0.45.0