github pointfreeco/swift-composable-architecture 0.25.0

latest releases: 1.16.1, 1.16.0, 1.15.2...
3 years ago
  • 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.

Don't miss a new swift-composable-architecture release

NewReleases is sending notifications on new releases.