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
During discussion, it was determined that deprecating these protocols is
too onerous at this time.
We may re-introduce a deprecation at a later date, or provide some sort
of compatibility layer between old and new update approaches.
Copy file name to clipboardExpand all lines: Sources/ObservableStore/ObservableStore.swift
-10Lines changed: 0 additions & 10 deletions
Original file line number
Diff line number
Diff line change
@@ -429,11 +429,6 @@ extension CursorProtocol {
429
429
/// - `action` the inner action
430
430
/// - `environment` the environment for the update function
431
431
/// - Returns a new outer state
432
-
@available(
433
-
*,
434
-
deprecated,
435
-
message:"CursorProtocol is depreacated and will be removed in a future update. Use ModelProtocol.update(get:set:tag:state:action:environment:) instead."
/// - `environment` the environment for the update function
478
473
/// - `key` a key uniquely representing this model in the parent domain
479
474
/// - Returns an update for a new outer state or nil
480
-
@available(
481
-
*,
482
-
deprecated,
483
-
message:"KeyedCursorProtocol is depreacated and will be removed in a future update. Use ModelProtocol.update(get:set:tag:state:action:environment:) instead."
0 commit comments