Krunoslav Zaher
|
f86d12a53b
|
Release 2.6.0
|
2016-07-04 02:27:30 +02:00 |
Łukasz Mróz
|
8989ea3a0a
|
[RxTests] Make equatable Recorded public
|
2016-07-02 23:04:41 +02:00 |
Krunoslav Zaher
|
52c6e6dc31
|
Improves version checking logic. #707
|
2016-05-31 21:33:38 +02:00 |
Krunoslav Zaher
|
65644c6160
|
Fixes Swift 2.2 warnings.
|
2016-03-22 11:29:39 +01:00 |
Jorge Bernal
|
e5be80763d
|
Use StaticString for file in XCTest helpers
|
2016-03-22 10:14:53 +01:00 |
Denis Lebedev
|
0567020538
|
Simplify computed properties
|
2016-03-07 17:31:00 +00:00 |
Krunoslav Zaher
|
439ca291bc
|
Updates `Scheduler` documentation.
|
2015-12-30 15:20:50 +01:00 |
Krunoslav Zaher
|
c389e21e90
|
Fixes Linux version.
|
2015-12-29 19:04:45 -08:00 |
Krunoslav Zaher
|
e5b07f6c41
|
Adds `resolution` and `simulateProcessingDelay` to `TestScheduler`. Adds additional prints in case two sequences of events aren't equal.
|
2015-12-29 17:01:33 +01:00 |
Krunoslav Zaher
|
5d677eaf91
|
Standardizes header format.
|
2015-12-29 16:56:21 +01:00 |
Krunoslav Zaher
|
419a057fa9
|
Hides `HotObservable` and `ColdObservable` behind `TestableObservable`. Renames `MockObserver` to `TestableObserver`.
|
2015-12-28 02:46:18 +01:00 |
Krunoslav Zaher
|
cadd4c02d7
|
Makes `TestScheduler` subclass of `VirtualTimeScheduler`.
|
2015-12-28 01:24:33 +01:00 |
Krunoslav Zaher
|
b10a0cc3d7
|
Moves `VirtualTimeScheduler` to RxSwift.
|
2015-12-28 01:24:32 +01:00 |
Krunoslav Zaher
|
c54521fb08
|
Adds `PriorityQueue`.
|
2015-12-28 01:24:32 +01:00 |
Krunoslav Zaher
|
37d1cb8db0
|
Fixes `RxTests` compilation with Swift Package Manager.
|
2015-12-27 02:19:36 +01:00 |
Krunoslav Zaher
|
b5dbdc452c
|
RxTests compiles first time on Linux.
|
2015-12-25 19:32:52 -08:00 |
Krunoslav Zaher
|
75a528ea6d
|
Replaces spin lock with expectation mechanism, removes C style for loop, error comparison reuses logic from event comparison.
|
2015-12-25 21:43:05 +01:00 |
Krunoslav Zaher
|
9cae95d3ef
|
Fixes Swift 2.2 warnings.
|
2015-12-25 12:50:42 +01:00 |
Krunoslav Zaher
|
d387f91afa
|
Removes `SchedulerType` associated types in favor of concrete types.
|
2015-12-23 21:17:57 +01:00 |
Krunoslav Zaher
|
e383aae249
|
Documents `VirtualTimeSchedulerBase` and `TestScheduler`.
|
2015-12-20 18:18:51 +01:00 |
Krunoslav Zaher
|
b9018f69af
|
Renamed `MockObserver` property `messages` to `events`.
|
2015-12-20 17:43:19 +01:00 |
Krunoslav Zaher
|
1506071b15
|
Documents `HotObservable` and `ColdObservable`.
|
2015-12-20 15:34:26 +01:00 |
Krunoslav Zaher
|
43064439c2
|
Fixes building RxTests for devices.
|
2015-12-20 12:32:40 +01:00 |
Krunoslav Zaher
|
1e28105ed3
|
Makes `Recorded` more generic.
|
2015-12-20 11:45:47 +01:00 |
Krunoslav Zaher
|
7147629173
|
Improves failure reporting.
|
2015-12-20 11:11:08 +01:00 |
Krunoslav Zaher
|
6748d884d6
|
Unit tests pass for first time after extracting `RxTests`.
|
2015-12-20 00:44:51 +01:00 |
Krunoslav Zaher
|
6dfec96820
|
Fixes directory structure, adds Podspec, fixes `pre-release-tests.sh`.
|
2015-12-19 18:40:09 +01:00 |
Krunoslav Zaher
|
57ca792dc6
|
Creates `RxTests` targets.
|
2015-12-19 18:12:54 +01:00 |
Krunoslav Zaher
|
86ec1acbcf
|
Removes `RxBox` and `RxMutableBox` from public interface.
|
2015-12-19 17:55:49 +01:00 |
Krunoslav Zaher
|
33c9226169
|
Unhides external parameter name for `reduce` operator (breaking change in `reduce`).
|
2015-12-19 14:49:20 +01:00 |
Krunoslav Zaher
|
637b19947c
|
Deprecates versions with hidden external parameter name (scheduler, count ...).
|
2015-12-19 14:30:19 +01:00 |
Krunoslav Zaher
|
b328cef22c
|
Merge branch 'develop' into feature/observe_method_calls
|
2015-12-19 01:06:38 +01:00 |
Krunoslav Zaher
|
3508301e3b
|
Finishes `rx_sentMessage`.
|
2015-12-18 23:33:58 +01:00 |
Krunoslav Zaher
|
c337e642dc
|
Polish for `CLLocationManager` interface and adds unit tests.
|
2015-12-13 15:28:00 +01:00 |
Krunoslav Zaher
|
d201397fa3
|
Improves tail recursive optimizations for `concat`, documents then and adds additional unit tests.
|
2015-12-13 00:07:57 +01:00 |
Krunoslav Zaher
|
0b5b9fe97a
|
Adds `deferred` to `Driver` unit.
|
2015-12-12 21:07:00 +01:00 |
Krunoslav Zaher
|
d786b367f1
|
Changes `ConnectableObservable` class. Generic parameter is now type of elements in observable sequence.
|
2015-12-12 20:36:30 +01:00 |
Krunoslav Zaher
|
fcc46aafea
|
Moves `SentMessageTest` from RxSwift to RxCocoa tests.
|
2015-12-08 21:43:31 +01:00 |
Krunoslav Zaher
|
3162f55f68
|
Merge branch 'develop' into feature/observe_method_calls
|
2015-12-08 21:30:13 +01:00 |
Krunoslav Zaher
|
8522d71b54
|
Adds numbers example.
|
2015-12-06 20:33:50 +01:00 |
Krunoslav Zaher
|
b08c1a5969
|
Extends `UIView` with `rx_alpha`, `rx_hidden`. `NSLayoutConstraint` with `rx_constant`.
|
2015-12-06 20:33:03 +01:00 |
Krunoslav Zaher
|
3cfccfafed
|
Adds tests for `shareReplayLatestWhileConnected`, adds type hints to `createObserver` and adds additional `Driver` tests.
|
2015-12-06 14:51:07 +01:00 |
Krunoslav Zaher
|
827ee57fff
|
Exposes initializers for `ControlEvent` and `ControlProperty`.
|
2015-12-06 01:14:05 +01:00 |
Krunoslav Zaher
|
523ea64dea
|
Merge pull request #312 from persidskiy/fix/tests-leaking
Get rid of memory leaking in UIKit unit tests
|
2015-12-05 18:12:19 +01:00 |
Krunoslav Zaher
|
e47ce0e5f2
|
Exposes `RxScrollViewDelegateProxy` and `RxTextViewDelegateProxy`.
|
2015-12-05 18:10:51 +01:00 |
Krunoslav Zaher
|
d2b374a6a7
|
Exposes `UITableView` and `UICollectionView` delegate and data source proxies.
|
2015-12-05 17:42:43 +01:00 |
Krunoslav Zaher
|
3ea275cd9c
|
Fixes unit tests.
|
2015-12-05 12:28:27 +01:00 |
Krunoslav Zaher
|
55dac75201
|
Fixes problem with improper detection of delegate proxy class hierarchies. #286
|
2015-12-05 12:04:51 +01:00 |
Krunoslav Zaher
|
fa69e11a3c
|
Updates `flatMapFirst` and adds it to `Driver` unit.
|
2015-12-05 00:44:44 +01:00 |
persidskiy
|
7fa016f7b8
|
get rid of memory leaking in UIKit unit tests
|
2015-12-04 01:42:48 +03:00 |