Releases: julianpomper/SwiftReactor
Releases · julianpomper/SwiftReactor
SwiftReactor 3.0
SwiftReactor 2.0
We are happy to publish the new version of SwiftReactor(former SwiftUIReactor). We refactored the whole structure to be able to handle threads better, improve binding and the usability in general.
Whats new?
- Updated README
- Obviously a new name:
SwiftReactor
.SwiftUIReactor
didn't fit well because we discovered that it also works well with UIKit - Fixed issues (thanks @rm98)
- Mutations are now split up in
sync
&async
Mutation
s: Read more here - A new
BaseReactor
class
for convenience: Read more here - New
transform()
functions like in ReactorKit: Read more here withAnimation()
usingActionBinding
is now supported in SwiftUI- New property wrappers for nested reactors: Read more here
- New UIKit helper as optional Swift Package (
SwiftReactorUIKit
): Read more here
Special thanks to @oanhof for contributing.