You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Added: ComposableCoreLocation types now conform to Codable (thanks @alskipp).
Added: Reducer debug methods now take an actionFormat parameter.
Changed: depend on CombineSchedulers instead of vendoring AnyScheduler and TestScheduler. The library contains several bug fixes over the code that was included in 0.3.0.
Fixed: use subscribe method over receive(subscriber:), per Apple documentation (thanks @asiliuk).