Skip to content

4.0.0: StoreBinding fixes

Compare
Choose a tag to compare
@Qata Qata released this 05 Jul 06:51
· 48 commits to master since this release

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 PassthroughSubjects 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.