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
Remove the public ViewModelBinding.recreate(_:builder:) API together with
Manager, Store, and InstanceHandle in-place replacement logic, plus all InstanceAction / currentAction bookkeeping.
Remove the SwiftUI ViewModelBuilder convenience view. Use @WatchViewModel(spec) for reactive spec-based resolution.
Changed
AutoDispose now observes handle disposal only. Owner paths, ViewModel
listeners, binding-owned subscriptions, and dependency edges are no longer
migrated between object generations.
Obtain a distinct instance with a new explicit key, or globally recycle the
old generation and let a resolver property call watch/read(spec) again.