- Changed:
Effect.failing
is now available outside of debug builds (thanks @andreyz). - Fixed:
BindableState
's codable conformances should now use any coding strategies for single values, e.g.JSONEncoder
's data and date-decoding strategies. - Fixed: Xcode 13 RC will now build for macOS <12.
- Improved: documentation around
BindingAction.pullback
. - Improved: breakpoint messaging for when
Store
detectssend
was called on a thread other than the thread the store was created on. - Infrastructure: alert and action sheet case study cleanup (thanks @filblue).