-
Notifications
You must be signed in to change notification settings - Fork 16
/
CHANGELOG
49 lines (38 loc) · 1.02 KB
/
CHANGELOG
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
2.3.0
=====
- Updates dependencies: RxSwift 6, ReSwift 6.
- Made some APIs public (#16).
2.2.2
=====
Introduces Swift Package Manager support. Thanks @LucianoPolit!
2.2.1
=====
Updates Swift version in podspec to 5.
2.2.0
=====
Updated ReSwift dependency to ReSwift 5. Thanks again @mzgnr!
2.1.0
=====
Updated dependencies (ReSwift, RxSwift, RxCocoa, RxDataSources). Thanks @mzgnr
for doing all the work!
2.0.0
=====
Updated to Swift 4.1 / Xcode 9.3. This means some overloads of `Connection.bind`
are removed, so this is not compatable with ReRxSwift 1.2.2.
1.2.2
=====
Replaced deprecated `Variable` with `BehaviorRelay`.
1.2.1
=====
Fixed issue that mapping function wasn't used if it didn't change the type.
1.2.0
=====
Added the ability to subscribe to an observable with a mapping function.
For example, this can be used to bind your view model to UITableview.rx.items
using a mapping function such as `sort`.
1.1.0
=====
Added the ability to subscribe to an entry in Props that is an array.
1.0.0
=====
First official release.