Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add asyncStream and asyncThrowingStream for Signal and SignalProducer #847

Open
wants to merge 14 commits into
base: master
Choose a base branch
from
4 changes: 3 additions & 1 deletion .github/workflows/test.yml
Expand Up @@ -3,7 +3,9 @@ name: Test
jobs:
test:
name: Test
runs-on: macos-latest
runs-on: macos-11
env:
DEVELOPER_DIR: /Applications/Xcode_13.2.1.app/Contents/Developer
strategy:
fail-fast: false
matrix:
Expand Down
2 changes: 1 addition & 1 deletion CHANGELOG.md
@@ -1,5 +1,6 @@
# master
*Please add new entries at the top.*
1. Add Swift Concurrency extensions `asyncStream` and `asyncThrowingStream` to `Signal` and `SignalProducer` (#847)

# 7.0.0
1. The UnidirectionalBinding operator `<~` returns non optional values. (#834, kudos to @NicholasTD07)
Expand All @@ -10,7 +11,6 @@

# 6.7.0
# 6.7.0-rc1

1. New operator `SignalProducer.Type.interval(_:interval:on:)` for emitting elements from a given sequence regularly. (#810, kudos to @mluisbrown)

1. `Signal` offers two special variants for advanced users: unserialized and reentrant-unserialized. (#797)
Expand Down