Releases: yonekawa/SwiftFlux
Releases · yonekawa/SwiftFlux
v0.6.2: Xcode8 again
27 Sep 03:00
Compare
Sorry, something went wrong.
No results found
Fix swift version for macosx & watchos #28
v0.6.1: Xcode 8
26 Sep 05:19
Compare
Sorry, something went wrong.
No results found
Fix for Xcode8 code signing problem #27
v0.6.0: Swift 2.3
22 Sep 07:20
Compare
Sorry, something went wrong.
No results found
v0.5.0
01 Mar 09:52
Compare
Sorry, something went wrong.
No results found
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.4.0
03 Dec 15:13
Compare
Sorry, something went wrong.
No results found
v0.3.0
23 Nov 10:01
Compare
Sorry, something went wrong.
No results found
v0.2.1
20 Nov 15:29
Compare
Sorry, something went wrong.
No results found
Fix missing utils in pods
v0.2.0
20 Nov 15:28
Compare
Sorry, something went wrong.
No results found
Add basic store implementation utility StoreBase and ReduceStore like as flux-utils
v0.1.0
15 Nov 17:36
Compare
Sorry, something went wrong.
No results found
Fix for swift2 support
Use ErrorType to dispatch error instead of NSError
Update dependencies for Swift2
Use guard syntax in internal
v0.0.4
05 Oct 13:55
Compare
Sorry, something went wrong.
No results found
Quick fix for Swift2 support.