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
This commit was created on GitHub.com and signed with GitHub’s verified signature.
The key has expired.
Changed: LocationManager mock initializers now take the correct, optional signature for the location dependency (thanks @mackoj ).
Changed: Reducer.optional is now a method so that its assertions can include file/line context (thanks @alexito4). The optional property has been deprecated in favor of the method.
Changed: previously-deprecated interfaces have been obsoleted.
Bug fixed: Store.ifLet no longer evaluates the else branch too often (thanks @mluisbrown).
Bug fixed: more than one alert can now be presented in a row, as can more than one action sheet.