Skip to content

Releases: yonekawa/SwiftFlux

v0.6.2: Xcode8 again

27 Sep 03:00
Compare
Choose a tag to compare

Fix swift version for macosx & watchos #28

v0.6.1: Xcode 8

26 Sep 05:19
Compare
Choose a tag to compare

Fix for Xcode8 code signing problem #27

v0.6.0: Swift 2.3

22 Sep 07:20
Compare
Choose a tag to compare

Support Swift 2.3 #26

v0.5.0

01 Mar 09:52
Compare
Choose a tag to compare

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
Choose a tag to compare

v0.3.0

23 Nov 10:01
Compare
Choose a tag to compare

Add watchOS support

v0.2.1

20 Nov 15:29
Compare
Choose a tag to compare

Fix missing utils in pods

v0.2.0

20 Nov 15:28
Compare
Choose a tag to compare

Add basic store implementation utility StoreBase and ReduceStore like as flux-utils

v0.1.0

15 Nov 17:36
Compare
Choose a tag to compare

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
Choose a tag to compare

Quick fix for Swift2 support.