4.0.0: StoreBinding fixes
StoreBinding
is now a dynamic property, so that changes to the underlying store's state trigger view refreshes.
StoreBinding
now has more convenience initialisers.
All PassthroughSubject
s on store types have been made private and replaced with AnyPublisher
vars for public use, to ensure that only the provided functions are used in case of future API changes.