File tree Expand file tree Collapse file tree 1 file changed +10
-0
lines changed Expand file tree Collapse file tree 1 file changed +10
-0
lines changed Original file line number Diff line number Diff line change @@ -5,17 +5,27 @@ All notable changes to this project will be documented in this file.
5
5
6
6
## Master
7
7
8
+ #### Anomalies
9
+
10
+
11
+ ## [ 3.5.0] ( https://github.com/ReactiveX/RxSwift/releases/tag/3.5.0 )
12
+
8
13
* Adds ` from ` operator on "SharedSequence"
9
14
* Adds ` merge ` operator on "Completable"
10
15
* Adds ` using ` operator on "PrimitiveSequence"
16
+ * Adds ` concatMap ` operator.
11
17
* Adds ` share(replay:scope:) ` operator.
12
18
* Adds ` multicast(makeSubject:) ` operator.
19
+ * Adds ` UIButton.image(for:) ` extension.
20
+ * Adds ` UIButton.backgroundImage(for:) ` extension.
13
21
* fixes typos
14
22
15
23
#### Anomalies
16
24
25
+ * Improves reentrancy and synchronization checks.
17
26
* Issues with ` share() ` and ` shareReplay(_:) ` . #1111
18
27
* ` .share() ` inconsistent in behavior. #1242
28
+ * Fixes issues with ` Driver ` sometimes sending initial element async. #1253
19
29
20
30
## [ 3.4.1] ( https://github.com/ReactiveX/RxSwift/releases/tag/3.4.1 ) (Xcode 8.3.1 / Swift 3.1 compatible)
21
31
You can’t perform that action at this time.
0 commit comments