Skip to content

Commit

Permalink
Merge pull request #103 from iZettle/bump-flow
Browse files Browse the repository at this point in the history
Bump flow to 1.8.4
  • Loading branch information
moglistree authored Mar 30, 2020
2 parents e9da9fc + 8e20808 commit 7d58628
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 3 deletions.
11 changes: 10 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,15 @@
# 1.8.5


# 1.8.4

- Fix compilation errors in Xcode 11.4 beta
- Use Swift.Result instead of custom result implementation
- Update sample to match readme.

# 1.8.3

- Fix race conditions for iOS 13 for Signal and cleanup CallbackState<Value>
- 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.

# 1.8.2
Expand Down
2 changes: 1 addition & 1 deletion Flow/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
<key>CFBundlePackageType</key>
<string>FMWK</string>
<key>CFBundleShortVersionString</key>
<string>1.8.3</string>
<string>1.8.4</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleVersion</key>
Expand Down
2 changes: 1 addition & 1 deletion FlowFramework.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = "FlowFramework"
s.version = "1.8.3"
s.version = "1.8.4"
s.module_name = "Flow"
s.summary = "Working with asynchronous flows"
s.description = <<-DESC
Expand Down

0 comments on commit 7d58628

Please sign in to comment.