Commit Graph

78 Commits

Author SHA1 Message Date
Krunoslav Zaher
f7571137f1 Update environment. 2019-04-14 16:39:26 +02:00
Krunoslav Zaher
539a3d57e0 Merge branch 'compactMap' of https://github.com/hmlongco/RxSwift into hmlongco-compactMap 2019-04-10 22:17:46 +02:00
freak4pc
7a79298391 Update Jazzy 2019-04-10 21:55:13 +02:00
Michael Long
95ddc34485 Update Jazzy.yml 2019-04-10 09:52:58 -05:00
freak4pc
02aea6f3b2 Deprecations clean up 2019-04-09 18:46:04 +02:00
Krunoslav Zaher
761001436d Fix deprecated atomic APIs. 2018-10-31 09:06:56 +01:00
Cee
05306ee676
Add NSTextView.string extensions. 2018-10-28 08:14:57 +01:00
Rowan Livingstone
edf5cec945 Update jazzy config 2018-02-16 09:48:22 +13:00
Rowan Livingstone
729511d2ce Merge commit '8a413e8fa860db6f894b0593105f15940bb833db' into data_source_prefetching_support 2018-02-15 14:58:27 +13:00
Rowan Livingstone
e90c5eb42d Update jazzy config for RxCollectionViewDataSourcePrefetchingProxy 2018-02-15 14:57:41 +13:00
Ryo Aoyama
efe5deb3ad Update jazzy yml 2018-02-10 16:36:40 +01:00
Shai Mishali
640f36ae52 Updated jazzy.yml file 2018-01-21 20:15:02 +01:00
Krunoslav Zaher
f639ff4504
Adds asSignal to ControlEvent. 2017-11-01 19:50:44 +01:00
Krunoslav Zaher
123bf7b1e2
Removes deprecation attribute from asSharedSequence. 2017-11-01 18:10:01 +01:00
Krunoslav Zaher
7f2bdaad1d
Deprecates asSharedSequence extensions on ObservableType. 2017-10-15 22:57:33 +02:00
Krunoslav Zaher
fa91e3a87d Deprecates Variable in favor of BehaviorRelay. 2017-10-08 13:14:11 +02:00
Krunoslav Zaher
58917c77a5
Merge branch 'develop' into rxswift4.0-swift4.0 2017-10-07 19:58:29 +02:00
Krunoslav Zaher
0bddeb0946
Updates jazzy. 2017-10-07 17:05:04 +02:00
Nikita Ermolenko
4c35f626e5 Update main.swift - run tests 2017-10-02 19:52:08 +06:00
Krunoslav Zaher
efe3af1b8f
Merge remote-tracking branch 'origin/develop' into swift4.0 2017-09-17 22:42:04 +02:00
Krunoslav Zaher
e29fd9e72c
Merge branch 'sergdort-cleanup-traits-operators' into swift4.0 2017-09-17 17:58:59 +02:00
Krunoslav Zaher
95af87af0a
Merge branch 'cleanup-traits-operators' of https://github.com/sergdort/RxSwift into sergdort-cleanup-traits-operators 2017-09-17 17:46:21 +02:00
Krunoslav Zaher
a1c2f0dc83 Deprecates UIBindingObserver in favor of Binder. 2017-09-17 15:39:48 +02:00
Krunoslav Zaher
0363de577f
Fixes unit tests. 2017-09-17 01:21:23 +02:00
Krunoslav Zaher
81066514fe
Renames Publisher to Signal. 2017-08-27 19:17:17 +02:00
Vinícius Soares
d4a30201a9 Add first and firstOrError operators to ObservableType. 2017-08-27 11:43:40 -03:00
Krunoslav Zaher
493cce41ea
Merge branch 'publisher' of https://github.com/DenHeadless/RxSwift into DenHeadless-publisher 2017-08-27 15:16:33 +02:00
sergdort
0ca7f2c3ca Move appropriate operators to correct traits 2017-08-20 13:58:56 +01:00
Krunoslav Zaher
4b7d1efb25
Merge branch 'master' into swift4.0 2017-08-16 22:45:31 +02:00
Krunoslav Zaher
ac2c73351a Updates tests. 2017-08-11 22:15:21 +02:00
Krunoslav Zaher
491288ca47
Removes SynchronizedSubscribeType. 2017-08-06 19:41:14 +02:00
Krunoslav Zaher
9295db4af6
rEmoves AnonymousInvocable. 2017-08-06 19:31:02 +02:00
Krunoslav Zaher
00c2a8911f
Merge branch 'master' into swift4.0 2017-07-29 14:20:54 +02:00
sergdort
64773ed8ca run jazzy to remove ViewDataSourceType 2017-07-15 18:20:11 +01:00
sergdort
6d1c1657ca run jazzy 2017-07-14 11:59:54 +01:00
Krunoslav Zaher
6b4b68e923
Adds andThen to Completable. 2017-07-02 20:29:35 +02:00
tarunon
2cdf527a21 Divide DelegateProxyFactory implementation. 2017-06-17 13:13:14 +09:00
Vladimir
16eabd5ea4
Add swift 4 support 2017-06-16 13:37:22 +02:00
Denys Telezhkin
4dbc3370a6 Rename EventHub to Publisher. Rename Publisher to PublishRelay. Rename publish method to accept. Ensure PublishRelay emits items on main thread. 2017-06-16 11:40:14 +03:00
Krunoslav Zaher
0e615b6291 Adds optimized ShareWhileConnected operator. 2017-05-30 20:52:44 +02:00
Krunoslav Zaher
64c98ee7fb Adds share(replay:scope:) operator. 2017-05-30 20:52:44 +02:00
Krunoslav Zaher
212a6ae4b9 Adds multicast<S: SubjectType>(makeSubject: @escaping () -> S) operator. 2017-05-30 20:52:44 +02:00
Denys Telezhkin
6926375d1b Implement Publisher and EventHub - subject that can’t error and publish sharing strategy 2017-05-18 12:18:07 +03:00
Krunoslav Zaher
235398b7c3
Deprecates start(_:create:) in favor of start(disposed:create:). Deprecates start(_:subscribed:disposed:create:) in favor of start(created:subscribed:disposed:create:). 2017-04-29 16:59:15 +02:00
Krunoslav Zaher
4fd80ac0b5
Moves public interface in the same file as implementation and adds final fileprivate modifiers. 2017-04-29 16:08:11 +02:00
Diogo Tridapalli
53e31823af Update jazzy 2017-04-17 09:39:02 +02:00
Shai Mishali
a87a6c58db Complete transition from Units terminology to Traits.
Renaming RxSwift/Units to RxSwift/Traits and RxCocoa/CocoaUnits to
RxCocoa/Traits.
2017-04-04 21:26:09 +02:00
Krunoslav Zaher
4ebb4f844f
Merge branch 'feature/materialize_operator' of https://github.com/sergdort/RxSwift into sergdort-feature/materialize_operator 2017-03-29 00:28:36 +02:00
Krunoslav Zaher
ed28a05b4f
Deprecates bindTo in favor of bind(to:). 2017-03-20 00:48:39 +01:00
sergdort
2d8bc2756f Run ./scripts/update-jazzy-config.rb 2017-03-12 19:22:57 +00:00