Skip to content

5.0.0 - Even better with SwiftUI

Compare
Choose a tag to compare
@MortenGregersen MortenGregersen released this 10 Nov 21:28
· 12 commits to master since this release
12d92f6

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 the Store is now replaced with a StoreValue property wrapper

Other improvements

  • Effects not using the Effects protocol can now be unregistered
  • Selector1's can now be created with a KeyPath instead of a closure

Pull requests

  • Rearrange badges (#95)
  • Better integration with SwiftUI (#96)
  • Use macOS 11 and Xcode 13.1 (#97)
  • Create a Selector with another Selector and a KeyPath (#98)
  • Registering/unregistering Effects by id (#99)
  • Clean up (#100)