Releases: yonekawa/SwiftFlux
Releases · yonekawa/SwiftFlux
v0.6.2: Xcode8 again
Fix swift version for macosx & watchos #28
v0.6.1: Xcode 8
Fix for Xcode8 code signing problem #27
v0.5.0
Breaking Change
v0.5.0
contains some breaking changes to improve state management.
- Avoid per store event type. Store emit
change
event only.(#21)
- Rename
identifier
to dispatchToken
and listenerToken
.(#22)
Bugfix
- Fix
waitFor
does not work with async action.(#17)
v0.2.1
Fix missing utils in pods
v0.2.0
Add basic store implementation utility StoreBase
and ReduceStore
like as flux-utils
v0.1.0
Fix for swift2 support
- Use
ErrorType
to dispatch error instead of NSError
- Update dependencies for Swift2
- Use
guard
syntax in internal
v0.0.4
Quick fix for Swift2 support.