0.45.0
What's Changed
- Added:
TestStore.exhaustivity(thanks @krzysztofzablocki for the inspiration, #1599). - Added:
UncheckedSendablenow conditionally conforms toEquatable(thanks @maxgoedjen),Hashable,EncodableandDecodable. - Fixed: Reducer builders would occasionally, incorrectly warn that a deprecated
buildFinalResultwas 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.dependencyshould no longer erroneously report test failures (#1570) - Infrastructure: documentation fixes (thanks @tgrapperon, @onevcat); increased
@Dependencytest coverage.
New Contributors
- @maxgoedjen made their first contribution in #1565
Full Changelog: 0.44.1...0.45.0