This website requires JavaScript.
Explore
Help
Sign In
averello
/
swift-composable-architecture-mirror
Watch
1
Star
0
Fork
0
You've already forked swift-composable-architecture-mirror
mirror of
https://github.com/pointfreeco/swift-composable-architecture.git
synced
2025-12-24 12:14:25 +01:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
6f33e07a7a3adba7a0f87c1361b19c4f96ef26f7
swift-composable-architectu…
/
Sources
/
ComposableArchitecture
/
SwiftUI
History
Brandon Williams
6f33e07a7a
Use @StateObject for iOS 15+ alert modifier. (
#1860
)
2023-01-23 16:04:28 -08:00
..
Alert.swift
Use @StateObject for iOS 15+ alert modifier. (
#1860
)
2023-01-23 16:04:28 -08:00
Binding.swift
Rename
BindableState
to
BindingState
(
#1855
)
2023-01-20 14:56:53 -08:00
ConfirmationDialog.swift
Use @StateObject for iOS 15+ alert modifier. (
#1860
)
2023-01-23 16:04:28 -08:00
ForEachStore.swift
Add a
EffectTask<Action>
typealias for
Effect<Action, Never>
and rename
Effect
to
EffectPublisher
(
#1471
)
2022-10-17 15:16:46 -07:00
Identified.swift
Cleanup: Global/Local -> Parent/Child (
#1269
)
2022-08-16 12:25:31 -04:00
IfLetStore.swift
Remove some escaping closures (
#1493
)
2022-10-13 18:32:19 -04:00
SwitchStore.swift
Remove an unnecessary
@escaping
annotation (
#1513
)
2022-10-17 08:32:44 -07:00
WithViewStore.swift
Run swift-format
2022-10-10 18:37:19 +00:00