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.
Added: the Composable Architecture now uses Custom Dump for its debugging and testing tools. This library improves upon the original debugging/diffing tools that came with earlier versions of the Composable Architecture by collapsing unchanged parts of the diff, and more.
Added: a French translation of the README (thanks @nikitamounier).
Changed: ViewStore.suspend(while:) now uses Combine's async/await tools under the hood (thanks @iampatbrown for further cleanup).
Changed: Reducer.optional and other methods that took file and line parameters previously took them as unnamed arguments. They have been updated to take file and line as named arguments.
Infrastructure: refactored Tic-Tac-Toe to better model the board's domain with a nested Three data type.