Skip to content

3.0.0 - Lots of improvements and additions

Compare
Choose a tag to compare
@MortenGregersen MortenGregersen released this 04 Jun 12:29
· 36 commits to master since this release
35b2a6a

This release of Fluxor contains a lot of improvements all around as well as a whole new package

  • Added a new package for using Fluxor with SwiftUI
  • Improved Effects with environment and easier test running
  • Support for registering Reducers by KeyPath
  • Support for unregistering Reducers, Effects and Interceptors
  • Easier Selector testing

Pull requests

  • SwiftUI helpers (#61)
  • FluxorSwiftUI improvements (#63)
  • Documenting new packages (#64)
  • Add HTML docs to Pages (#62)
  • Improve interface for running Effects (#65)
  • Make IdentifiableAction public (#66)
  • Environment in Effects (#68)
  • Reducers by KeyPath (#69)
  • Unregistering of Reducers, Effects and Interceptors (#70)
  • Specific Selector types (#71)
  • Move Selector overriding (#72)
  • Improved documentation (#73)
  • Don't require State to be Encodable (#74)