IZettle Flow Versions Save

Flow is a Swift library for working with asynchronous flows and life cycles

1.11.1

5 months ago

What's Changed

Full Changelog: https://github.com/iZettle/Flow/compare/1.11.0...1.11.1

1.11.0

1 year ago

Add Compose and SwiftUI bridging functions

1.10.3

1 year ago
  • Update ci to use new Xcode version

1.10.2

1 year ago
  • Specify type of the library for spm builds as dynamic

1.10.1

2 years ago

Update project settings to Xcode 13.2

1.10.0

2 years ago

Update project settings to Xcode 13.0

1.9.1

2 years ago

Update project settings to Xcode 12.5

1.9.0

3 years ago
  • Update project settings to Xcode 12.4

1.8.4

4 years ago
  • Fix compilation errors in Xcode 11.4
  • Use Swift.Result instead of custom result implementation
  • Update sample to match readme.

1.8.3

4 years ago
  • Fix race conditions for iOS 13 for Signal and cleanup CallbackState<Value>
  • Add new combiner driven(by:) that makes a ReadSignal emit its latest readable values when the given "driver" signal fires events. The combined signal will derive its signal kind from the driver, but without write access.