Krunoslav Zaher
451c2be94e
Adds additional `UITableView` and `UICollectionView` unit tests.
2015-10-30 23:58:18 +01:00
Krunoslav Zaher
791be0c6dc
Merge pull request #227 from petester42/fix-target-versions
...
Update os x framework target version
2015-10-30 21:14:04 +01:00
Pierre-Marc Airoldi
e99e6a6114
update os x framework target version
2015-10-30 13:13:21 -04:00
Junior B
567fa9d508
Merge branch 'develop' of github.com:ReactiveX/RxSwift into feature/retryWhen
2015-10-30 16:17:43 +01:00
Junior B
662d4dc549
Port of retryWhen tests from RxJS
2015-10-30 16:17:10 +01:00
Krunoslav Zaher
e00ef9a429
Merge pull request #223 from Tableau-David-Potter/feature/fix-build-warnings
...
Fix warnings due to use in app extensions and to Xcode updates.
2015-10-30 10:57:16 +01:00
David Potter
a701d79a0f
Fix warnings due to use in app extensions and to Xcode updates.
...
Xcode gives two warnings when including the Rx project and building in an app.
1. The first is due to use in a component that will be used in an extension. Xcode displays the message “linking against dylib not safe for use in application extensions”. To configure an app extension target to use an embedded framework, set the target’s “Require Only App-Extension-Safe API” build setting to Yes.
https://developer.apple.com/library/prerelease/ios/documentation/General/Conceptual/ExtensibilityPG/ExtensionScenarios.html
2. The second is due to changes in Xcode that want to update the project file to comply with the latest guidelines. Clicking the warning brings up a prompt to modify the project.
2015-10-29 15:16:56 -07:00
Krunoslav Zaher
2d50790e66
Merge pull request #220 from ReactiveX/feature/test-playgrounds
...
Run playgrounds in pre-release-tests.sh
2015-10-29 20:37:04 +01:00
Krunoslav Zaher
5b380a386d
Fixes casing in documentation for `elementAt`.
2015-10-29 20:35:27 +01:00
Krunoslav Zaher
3009757ac5
Merge pull request #221 from tottakai/feature/api-documentation
...
improve api documentation
2015-10-29 20:34:22 +01:00
yury
0995a7e979
Remove warnings in playground
2015-10-29 14:27:31 +03:00
yury
cfa3ff051c
Revert "Build should failed"
...
This reverts commit fc9c564587 .
2015-10-29 14:16:59 +03:00
yury
fc9c564587
Build should failed
2015-10-29 13:45:19 +03:00
yury
af31d2155f
Run playgrounds in pre-release-tests.sh
2015-10-29 01:58:11 +03:00
Tomi Koskinen
3be67a317d
improve api documentation
2015-10-28 07:14:46 +02:00
Krunoslav Zaher
51d138a177
Increases capacity to correct value on `TakeLast`.
2015-10-27 22:14:37 +01:00
Krunoslav Zaher
6d0ca982d0
Merge pull request #214 from tottakai/feature-takelast-operator
...
TakeLast operator
2015-10-27 22:13:34 +01:00
Krunoslav Zaher
a68b3f2c9f
Merge pull request #218 from sergeytimoshin/patch-2
...
Typo fix
2015-10-27 22:08:50 +01:00
Sergey Timoshin
5adacc4092
Typo fix
2015-10-28 00:02:13 +03:00
Tomi Koskinen
a639b46231
TakeCount count boundary check
2015-10-27 21:41:06 +02:00
Tomi Koskinen
3e7345df04
TakeLast review fixes
2015-10-27 21:40:26 +02:00
Tomi Koskinen
cc8e57a896
TakeLast operator
2015-10-26 18:55:50 +02:00
Krunoslav Zaher
f617132c37
Merge pull request #212 from sendyhalim/develop
...
Change diposeBag to disposeBag
2015-10-25 13:45:45 +01:00
Sendy Halim
d7f3fa774b
Change diposeBag to disposeBag
2015-10-25 19:23:35 +07:00
Junior B
4e5f86f00c
Merge branch 'develop' of github.com:ReactiveX/RxSwift into feature/retryWhen
...
Conflicts:
Rx.xcodeproj/project.pbxproj
2015-10-25 09:42:55 +01:00
Krunoslav Zaher
d1666db4d1
Removes unnecessary `subscribeSafe` in case there is already an `Observable` source.
2015-10-25 00:59:50 +02:00
Krunoslav Zaher
a861028d4f
Fixes performance tester.
2015-10-25 00:27:39 +02:00
Krunoslav Zaher
e4d3c36d97
Adds `_` to private variables for `toArray` and `elementAt`.
2015-10-25 00:26:53 +02:00
Krunoslav Zaher
4042dd2c6e
Merge pull request #205 from ReactiveX/feature/elementAt
...
Adds `elementAt` operator
2015-10-25 00:20:15 +02:00
Krunoslav Zaher
a81b9afecf
Moves index check closer to source of error.
2015-10-25 00:19:46 +02:00
Junior B
61e8e33cd7
Improves `elementAt` to be platform consistent
2015-10-25 00:16:21 +02:00
Junior B
97e807080d
Adds `elementAt` operator
2015-10-25 00:16:21 +02:00
Krunoslav Zaher
f0b5246b32
Merge pull request #179 from yury/private-underscored
...
prefix with _ private properties
2015-10-25 00:15:32 +02:00
Krunoslav Zaher
f0e3d548b8
Merge pull request #202 from ReactiveX/feature/toArray
...
Adds `toArray` operator
2015-10-23 20:56:49 +02:00
Junior B
2936820088
Merge branch 'develop' of github.com:ReactiveX/RxSwift into feature/toArray
...
Conflicts:
RxExample/RxExample.xcodeproj/project.pbxproj
2015-10-23 09:47:01 +02:00
Junior B
3693c7d9ff
Adds `toArray` operator
2015-10-22 09:35:44 +02:00
Krunoslav Zaher
f168583416
Merge pull request #200 from yury/with-latest-from
...
Add WithLatestFrom operator
2015-10-21 10:25:15 +02:00
yury
22b1204c28
Tune docs
2015-10-21 11:22:19 +03:00
yury
3d72cb2a7c
Merge Sink classes
2015-10-21 11:12:16 +03:00
yury
b95ebfb364
Lock whole on method
2015-10-21 10:57:44 +03:00
yury
f4f94faf47
Better formatting
2015-10-21 10:46:39 +03:00
yury
ce3e9bee90
Add private vars prefixes to ConnectableObservable
2015-10-20 22:29:12 +03:00
yury
f616a15ee6
Work on subjects
2015-10-20 22:11:03 +03:00
yury
a542296129
Merge branch 'develop' into private-underscored
2015-10-20 21:51:36 +03:00
Krunoslav Zaher
7acb77a41d
Updates tvOS support details.
2015-10-20 12:33:41 +02:00
yury
e453820c08
Add WithLatestFrom operator
2015-10-20 12:43:35 +03:00
Krunoslav Zaher
642b84e946
Release 2.0.0-beta.1
2015-10-20 11:16:31 +02:00
Krunoslav Zaher
e13747fab8
Updates `Readme.md`.
2015-10-20 09:54:55 +02:00
Krunoslav Zaher
9fb8e3f4ef
Adds changelog for 2.0.0-beta.1 release.
2015-10-19 22:00:57 +02:00
Krunoslav Zaher
24062521b5
Adds unused warnings.
2015-10-19 21:59:31 +02:00