Tags: coderzzz/swift-composable-architecture
Tags
Fix iOS 14 alert/confirmationDialog runtime crash (pointfreeco#931) * Fix iOS 14 alert/confirmationDialog runtime crash * wip * wip
✨ Add support for accessibility modifiers on TextState (pointfreeco#863) * wip * wip2 * fix unsupported builds * handle custom dump * alphabetize * use TextState for .accessibilityLabel associated value
Check main thread via Thread.isMainThread (pointfreeco#823) * Check main thread via Thread.isMainThread * wip * wip
Fix macOS <11 builds with Xcode 13 RC (pointfreeco#797) * Fix macOS <11 builds with Xcode 13 RC Fixes pointfreeco#796. * wip * Update Tests/ComposableArchitectureTests/ViewStoreTests.swift Co-authored-by: Brandon Williams <135203+mbrandonw@users.noreply.github.com> Co-authored-by: Brandon Williams <135203+mbrandonw@users.noreply.github.com>
Conform BindableState to CustomDebugStringConvertible (pointfreeco#777) This ensures that bindable state properties are displayed in a useful way when using `.dump` snapshot tests on your app state.
Use proportional diffing for TestStore failures (pointfreeco#742) * Use proportional diffing for TestStore failures * wip * wip
Use Custom Dump (pointfreeco#736) * wip * wip * wip * wip * wip * wip * wip * wip * wip * wip * wip * fix * wip * wip * Model Tic-Tac-Toe board using proper type * wip * wip * wip * wip Co-authored-by: Brandon Williams <mbrandonw@hey.com>
PreviousNext