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
Original file line number
Diff line number
Diff line change
@@ -2,6 +2,9 @@
2
2
*Please add new entries at the top.*
3
3
4
4
# 6.7.0-rc1
5
+
6
+
1. New operator `SignalProducer.Type.interval(_:interval:on:)` for emitting elements from a given sequence regularly. (#810, kudos to @mluisbrown)
7
+
5
8
1.`Signal` offers two special variants for advanced users: unserialized and reentrant-unserialized. (#797)
6
9
7
10
The input observer of these variants assume that mutual exclusion has been enforced by its callers.
@@ -12,13 +15,15 @@
12
15
13
16
1.`SignalProducer` offers an unserialized variant via `SignalProducer.unserialized(_:)`. (#797)
14
17
18
+
1.`TestScheduler` can now advanced its clock by `TimeInterval`. (#828, kudos to @carsten-wenderdel)
19
+
15
20
1.`Signal` and Properties now use fewer locks, which should translate into minor performance improvements. (#797)
16
21
17
-
1.Added the `interval` operator (#810, kudos to @mluisbrown)
22
+
1.Fixed spelling error in `Lifetime.Token` class documentation. (#835, kudos to @ansonj)
18
23
19
-
1.`TestScheduler` can `advance` by `TimeInterval`. (#828)
24
+
1.As a continued refactoring effort since ReactiveSwift 6.6.0, all unary `Signal` and `SignalProducer` operators have been migrated to a new internal representation.
20
25
21
-
1. Fixed spelling error in `Token` class documentation.
26
+
When debugging your application, the call stacks involving ReactiveSwift may now look cleaner, without the clutter of compiler-generated reabstraction thunks. See #799 for an example.
22
27
23
28
# 6.6.1
24
29
1. Updated Carthage xcconfig dependency to 1.1 for proper building arm64 macOS variants. (#826, kudos to @MikeChugunov)
0 commit comments