You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+3
Original file line number
Diff line number
Diff line change
@@ -1,10 +1,13 @@
1
1
# master
2
2
*Please add new entries at the top.*
3
3
4
+
# 7.0.0
4
5
1. The UnidirectionalBinding operator `<~` returns non optional values. (#834, kudos to @NicholasTD07)
5
6
6
7
1. Fixed issue where `SingalProducer.try(upTo:interval:count:)` shares state between invocation of `start` on the same producer. (#829, kudos to @sebastiangrail)
7
8
9
+
1.`Signal.Event` is now marked as frozen enum. (#841, kudos to @NachoSoto)
Copy file name to clipboardExpand all lines: ReactiveSwift.podspec
+1-1
Original file line number
Diff line number
Diff line change
@@ -1,7 +1,7 @@
1
1
Pod::Spec.newdo |s|
2
2
s.name="ReactiveSwift"
3
3
# Version goes here and will be used to access the git tag later on, once we have a first release.
4
-
s.version="6.7.0"
4
+
s.version="7.0.0"
5
5
s.summary="Streams of values over time"
6
6
s.description=<<-DESC
7
7
ReactiveSwift is a Swift framework inspired by Functional Reactive Programming. It provides APIs for composing and transforming streams of values over time.
0 commit comments