Krunoslav Zaher
|
d09832edff
|
Small polish.
|
2015-12-21 21:48:11 +01:00 |
Krunoslav Zaher
|
6040789f93
|
Fixes warnings.
|
2015-12-21 21:45:13 +01:00 |
Krunoslav Zaher
|
a905b6bdc7
|
Factory methods for `Driver` are moved from `Drive` to `Driver`.
|
2015-12-21 21:39:25 +01:00 |
Krunoslav Zaher
|
5e1732134c
|
Fixes warnings in unit tests.
|
2015-12-21 21:34:48 +01:00 |
Krunoslav Zaher
|
5716cc3cec
|
Transforms free functions to factory functions on `Observable`. (just, never, error, generate, combineLatest, zip ...)
|
2015-12-21 20:55:37 +01:00 |
Krunoslav Zaher
|
f2d49adc32
|
Updates `CHANGELOG.md`.
|
2015-12-21 12:59:38 +01:00 |
Krunoslav Zaher
|
ea265109fd
|
Changes wording to use passive form.
|
2015-12-21 12:51:11 +01:00 |
Krunoslav Zaher
|
411a9cca1b
|
Fixes template files.
|
2015-12-21 12:50:30 +01:00 |
Krunoslav Zaher
|
ecdf0a9898
|
Adds `seealso` references to `reactivex.io`.
|
2015-12-21 12:50:13 +01:00 |
Krunoslav Zaher
|
8d0f514b6d
|
Release 2.0.0-rc.0
|
2015-12-21 03:29:03 +01:00 |
Krunoslav Zaher
|
135de0f5fa
|
Adds links to `Units.md` unit.
|
2015-12-21 03:23:02 +01:00 |
Krunoslav Zaher
|
93572bb5d7
|
Updates `Units.md` documentation.
|
2015-12-21 03:19:48 +01:00 |
Krunoslav Zaher
|
f39917d1e9
|
Fixes CocoaPods deprecated warning.
|
2015-12-21 03:02:24 +01:00 |
Krunoslav Zaher
|
b7b092247e
|
Temporary turns off control automation test since those cases are already covered in unit tests, and re-enables example app signing.
|
2015-12-21 03:01:00 +01:00 |
Krunoslav Zaher
|
a6aa088dca
|
Updates `cellType` parameter in README.md.
|
2015-12-21 03:00:22 +01:00 |
Krunoslav Zaher
|
a2d7fc9c74
|
Increases resource count time to 0.2 sec.
|
2015-12-21 02:12:18 +01:00 |
Krunoslav Zaher
|
b89f3f35c7
|
Fixes compilation error with OSX example.
|
2015-12-21 02:12:00 +01:00 |
Krunoslav Zaher
|
e86516891f
|
Replaces `unowned` with `weak`.
|
2015-12-21 01:33:54 +01:00 |
Krunoslav Zaher
|
4ba729f7ad
|
Refactors calculator example to be more clear.
|
2015-12-21 01:33:32 +01:00 |
Krunoslav Zaher
|
415af045ec
|
Add tests for optional `cellType`.
|
2015-12-21 01:20:28 +01:00 |
Krunoslav Zaher
|
3d55baa4e1
|
Adds `cellType` parameter to `rx_itemsWithCellIdentifier`.
|
2015-12-21 01:19:08 +01:00 |
Krunoslav Zaher
|
26819fff60
|
Adds documentation to xcworkspace.
|
2015-12-20 22:47:22 +01:00 |
Krunoslav Zaher
|
5bb551438b
|
Documents `KVORepresentable` optional initializer.
|
2015-12-20 22:46:42 +01:00 |
Krunoslav Zaher
|
7c2b34a100
|
Deprecates `rx_controlEvents` in favor of `rx_controlEvent`.
|
2015-12-20 22:46:21 +01:00 |
Krunoslav Zaher
|
f6b13c84aa
|
Merge pull request #351 from ReactiveX/feature/RxTests
Feature/rx tests
|
2015-12-20 18:24:18 +01:00 |
Krunoslav Zaher
|
e383aae249
|
Documents `VirtualTimeSchedulerBase` and `TestScheduler`.
|
2015-12-20 18:18:51 +01:00 |
Krunoslav Zaher
|
646209ea09
|
Fixes problem with double registration of optimized observer for `BOOL` aka `char`.
|
2015-12-20 17:57:08 +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
|
4595982842
|
Makes build scripts more generic.
|
2015-12-20 14:03:34 +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
|
b6a284635c
|
Adds `validate-podspec.sh` to `pre-release-tests.sh`(Release mode).
|
2015-12-20 10:18:24 +01:00 |
Krunoslav Zaher
|
6f1cb8020c
|
Validate podspec now works for RxTests.
|
2015-12-20 10:17:12 +01:00 |
Krunoslav Zaher
|
d338c50ade
|
Adds RxTests podspec.
|
2015-12-20 01:28:29 +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
|
3668778c34
|
Polish for `debug` operator format.
|
2015-12-19 15:26:52 +01:00 |
Krunoslav Zaher
|
23b5f4e04a
|
Fixes warnings in playgrounds.
|
2015-12-19 15:16:29 +01:00 |
Krunoslav Zaher
|
eb3f308648
|
Fixes `debug` operator to default to file and line in case identifier wasn't provided.
|
2015-12-19 15:15:46 +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
|
536128f8e8
|
Adds error handling during `bindNext`.
|
2015-12-19 14:38:41 +01:00 |
Krunoslav Zaher
|
637b19947c
|
Deprecates versions with hidden external parameter name (scheduler, count ...).
|
2015-12-19 14:30:19 +01:00 |
Krunoslav Zaher
|
85a3e11ef4
|
Merge pull request #308 from ReactiveX/feature/observe_method_calls
observe method calls (rx_sentMessage)
|
2015-12-19 13:57:55 +01:00 |
Krunoslav Zaher
|
a1ffb15d4b
|
New Xcode.
|
2015-12-19 13:31:37 +01:00 |
Krunoslav Zaher
|
a92dbb7cbc
|
Fixes code compilation on Xcode < 7.2
|
2015-12-19 01:51:31 +01:00 |
Krunoslav Zaher
|
1ad68469fd
|
Fixes tests.
|
2015-12-19 01:44:58 +01:00 |