Skip to content

Commit a0b123d

Browse files
mbrandonwp4checo
authored andcommitted
ViewStore.init(_:observe:) (#1448)
* ViewStore.init(_:observe:) * clean up (cherry picked from commit 55755c3103195ebdbb74a3a7c7cd10922f099429) # Conflicts: # Sources/ComposableArchitecture/Internal/Deprecations.swift # Sources/ComposableArchitecture/SwiftUI/Binding.swift # Sources/ComposableArchitecture/ViewStore.swift
1 parent 4ff604a commit a0b123d

File tree

5 files changed

+1092
-892
lines changed

5 files changed

+1092
-892
lines changed

Sources/ComposableArchitecture/Documentation.docc/Extensions/Deprecations/ViewStoreDeprecations.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,12 @@ Avoid using deprecated APIs in your app. Select a method to see the replacement
88

99
## Topics
1010

11-
### Interacting with concurrency
11+
### Creating a view store
12+
13+
- ``ViewStore/init(_:removeDuplicates:)``
14+
- ``ViewStore/init(_:)-1pfeq``
15+
16+
### Interacting with Concurrency
1217

1318
- ``ViewStore/suspend(while:)``
1419

Sources/ComposableArchitecture/Documentation.docc/Extensions/ViewStore.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,14 +4,14 @@
44

55
### Creating a view store
66

7-
- ``init(_:removeDuplicates:)``
8-
- ``init(_:)-1pfeq``
7+
- ``init(_:observe:removeDuplicates:)``
8+
- ``init(_:observe:)``
99
- ``init(_:)-4il0f``
1010
- ``ViewStoreOf``
1111

1212
### Accessing state
1313

14-
- ``state``
14+
- ``state-swift.property``
1515
- ``subscript(dynamicMember:)-kwxk``
1616

1717
### Sending actions

0 commit comments

Comments
 (0)