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
+8-3Lines changed: 8 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,9 +2,14 @@
2
2
*Please add new entries at the top.*
3
3
4
4
# 6.6.0
5
-
# 6.5.1
6
-
1. Added the `interval` operator (#810, kudos to @mluisbrown)
7
-
1. Bumped deployment target to iOS 9.0, per Xcode 12 warnings
5
+
6
+
1. Added the `SignalProducer.Type.interval()` operator for emitting values on a regular schedule. (#810, kudos to @mluisbrown)
7
+
8
+
1. When debugging your application, the call stacks involving ReactiveSwift may start to look cleaner and less cryptic. This is an on-going refactoring effort to improve the developer experience. See #799 for an example.
9
+
10
+
1. Bumped deployment target to iOS 9.0, per Xcode 12 warnings. (#818, kudos to @harleyjcooper)
11
+
12
+
1. Fixed a few deprecation warning when the project is being built. (#819, kudos to @apps4everyone)
0 commit comments