Commit Graph

1306 Commits

Author SHA1 Message Date
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
Krunoslav Zaher b338c81e0d Merge remote-tracking branch 'origin/develop' into feature/observe_method_calls 2015-12-19 01:07:05 +01:00
Krunoslav Zaher b328cef22c Merge branch 'develop' into feature/observe_method_calls 2015-12-19 01:06:38 +01:00
Krunoslav Zaher 384aa73ff3 Merge pull request #350 from nanoxd/update-readme
Documentation Updates
2015-12-18 23:42:13 +01:00
Krunoslav Zaher 3508301e3b Finishes `rx_sentMessage`. 2015-12-18 23:33:58 +01:00
Fernando Paredes e54fa1f207 [GettingStarted] Use canonical way of checking a string for a string 2015-12-18 08:29:02 -08:00
Fernando Paredes 79a079dc49 [Examples] Use `isEmpty` instead of manual zero-checking 2015-12-18 08:23:47 -08:00
Fernando Paredes 375725578c [Docs] Update GettingStarted with proper NSURLSession rx_response 2015-12-18 08:14:24 -08:00
Fernando Paredes 740a3c4805 Update README's KVO to match new API 2015-12-18 08:05:12 -08:00
Fernando Paredes b7c0891e4e Update NSURLSession function in README 2015-12-17 22:00:45 -08:00
Krunoslav Zaher f6a11e5eb9 Merge pull request #349 from nanoxd/update-image-optionality
Remove use of unwrapped optionals from NSImageView
2015-12-16 21:17:55 +01:00
Fernando Paredes 3754186efe Update UIImageView's method signatures for API Docs 2015-12-16 11:48:02 -08:00
Fernando Paredes 442066562a Match NSImageView to UIImageView's optional image API 2015-12-16 11:47:59 -08:00
Krunoslav Zaher 53cb12e253 Merge pull request #346 from nanoxd/update-api-docs
[NSURLSession] Remove force unwrapped return from rx_JSON
2015-12-16 20:43:48 +01:00
Krunoslav Zaher c32a46b526 Merge pull request #347 from nanoxd/update-location-docs
Update CLLocationManager API Docs to match code
2015-12-16 20:43:24 +01:00
Fernando Paredes 4ae3e1281e Update Example app for tests 2015-12-16 11:12:44 -08:00
Fernando Paredes 82f6d05030 Update CLLocationManager API docs to match code 2015-12-16 11:07:52 -08:00
Fernando Paredes dc85614a8b [NSURLSession] Remove force unwrapped returns from rx_JSON 2015-12-16 10:47:25 -08:00
Krunoslav Zaher 31dda1297e Merge pull request #344 from ReactiveX/debug-despose-timestamp
Move NSDateFormatter to instance var. Add timestamp to dispose
2015-12-16 11:57:08 +01:00
yury c90511b99b Move NSDateFormatter to instance var. Add timestamp to dispose 2015-12-16 13:48:13 +03:00
Krunoslav Zaher 9b37a36001 Merge pull request #341 from petester42/develop
Set global deployment target for frameworks
2015-12-16 10:27:53 +01:00
Pierre-Marc Airoldi 39a545045e Set global deployment target for frameworks 2015-12-15 21:45:43 -05:00
Krunoslav Zaher cafafe493f Merge pull request #340 from icanzilb/master
Reflect infinite sequences in the regex example
2015-12-15 18:14:28 +01:00
Marin Todorov 1bfaedfec4 Reflect infinite sequences in the regex example
The text gives an example of an infinite sequence here "Some sequences are finite, and some are infinite, like sequence of button taps" and just few lines below tries to explain sequences with a regex (which is great). However the regex was always having a terminating element (error or completion) and that contradicts the idea of an infinite sequence (which never terminates). 

What I did was to add a "?" to the terminating element in the regex example
2015-12-15 12:12:27 +01:00