5.0.0 - Even better with SwiftUI
This release of Fluxor contains a rewrite of the observable values in SwiftUI and adds some other improvements
SwiftUI
- The types previously in 'FluxorSwiftUI' is now in the main 'Fluxor' library
- The
observe
function on theStore
is now replaced with aStoreValue
property wrapper
Other improvements
Effect
s not using theEffects
protocol can now be unregisteredSelector1
's can now be created with aKeyPath
instead of a closure
Pull requests