Commit Graph

131 Commits

Author SHA1 Message Date
freak4pc
f92f8b7240 Remove unneeded underscores from variable names 2020-10-06 20:36:28 +03:00
freak4pc
bd6a0b666d Remove all unneeded single-line returns
(cherry picked from commit 0bab5e2545)
2020-10-06 20:36:28 +03:00
freak4pc
109b9b6e4c Bump version to 6.0.0-beta.1 2020-10-06 20:36:28 +03:00
freak4pc
4acff281e9 Omit return for single-expression methods 2020-10-06 20:36:28 +03:00
freak4pc
002d325b0b
RxSwift 5.1.1 2020-03-26 07:15:40 +02:00
freak4pc
c1bd31b397
RxSwift 5.1.0 2020-03-03 22:55:16 +02:00
antonnazarov
ba102f52e7
Remove composeMap test 2020-02-08 18:33:29 +02:00
antonnazarov
60a80f0e55
Reduce fileprivate usage 2020-02-08 18:33:29 +02:00
Krunoslav Zaher
b3e888b497 Release 5.0.1. 2019-04-30 14:26:05 +02:00
freak4pc
0a47f7ea4f Update E to Element in RxBlocking 2019-04-23 14:24:43 +02:00
Krunoslav Zaher
a4ea8e529d Migrates Scheduler API to DispatchTimeInterval and deprecate versions using Foundation.TimeInterval. 2019-04-14 15:44:53 +02:00
freak4pc
0f8b1f89cf Update Project versions to 5.0.0 2019-04-07 10:17:49 +02:00
Krunoslav Zaher
83fee4e323 Run loop fix. 2019-04-06 14:04:45 +02:00
freak4pc
910ae50c46 RunLoopMode to RunLoop.mode 2019-04-06 13:22:34 +02:00
Krunoslav Zaher
7a8a11674e Release 4.5.0. 2019-03-31 21:49:57 +02:00
Krunoslav Zaher
30cf72a533 Remove RxAtomic dependency and implement atomic operations by using a NSLock. 2019-03-31 21:49:57 +02:00
Keith Smiley
ffa9d223cb Fix RxBlocking Swift 5 warning
This is required for Swift 5, in this case we can't really assume what
the new case will be, but for this use case it seems logic to return
instead of crashing.
2019-03-25 21:11:31 +01:00
Krunoslav Zaher
fc6030ea9f Release 4.4.2 2019-03-10 22:44:09 +01:00
Krunoslav Zaher
a2348cef2a
Release 4.4.1 2019-02-09 16:32:42 +01:00
Krunoslav Zaher
65efb404c8 Merge branch 'LucianoPAlmeida-no-sanitize-thread-atomic' into merge_luciano 2019-01-31 14:37:09 +01:00
freak4pc
bbf550fd83 syntactic_sugar: Fix missing usage of syntactic sugar for array/dictionary 2019-01-30 20:19:57 +01:00
freak4pc
cc243d678e RxTest & RxBlocking: Force explicit self calls 2019-01-30 20:19:57 +01:00
freak4pc
98ed335d60 control_statement: Remove parantheses around conditionals 2019-01-30 20:19:57 +01:00
freak4pc
2e645681e1 Add Swiftlint basic YAML 2019-01-30 20:19:57 +01:00
Krunoslav Zaher
ba930dca0c
Replaces instance methods with static methods. 2019-01-29 23:48:01 +01:00
Krunoslav Zaher
e8aa1d892a
Release 4.4.0 2018-11-01 22:26:34 +01:00
Krunoslav Zaher
761001436d Fix deprecated atomic APIs. 2018-10-31 09:06:56 +01:00
Krunoslav Zaher
a582064728
Release 4.3.1 2018-09-20 22:14:51 +02:00
Krunoslav Zaher
16ea4bde86
Release 4.3.0 2018-09-15 20:20:27 +02:00
Krunoslav Zaher
15a3451353 4.2.0 Release 2018-06-08 20:32:02 +02:00
Krunoslav Zaher
3e848781c7
Release 4.1.2 2018-02-04 14:33:18 +01:00
Krunoslav Zaher
e479d0029d
Release 4.1.1 2018-01-09 09:26:36 +01:00
Krunoslav Zaher
49eba516f1
Release 4.1.0 2017-12-27 22:55:44 +01:00
Krunoslav Zaher
413686ccc1
Fixes leftover optional in blocking version of single operator. #1525 2017-12-12 23:24:54 +01:00
Krunoslav Zaher
e0e3445345
Removes RX_NO_MODULE. 2017-11-04 18:53:02 +01:00
Tom Quist
0e900aef94 Set version in Info.plist to 4.0.0 because of ERROR ITMS-90060: "This bundle is invalid. The value for key CFBundleShortVersionString '4.0.0-beta.0' in the Info.plist file must be a period-separated list of at most three non-negative integers." 2017-09-25 21:17:37 +02:00
Krunoslav Zaher
a0bf386834
Release 4.0.0-beta.0 2017-09-18 01:08:40 +02:00
Krunoslav Zaher
efe3af1b8f
Merge remote-tracking branch 'origin/develop' into swift4.0 2017-09-17 22:42:04 +02:00
Krunoslav Zaher
fdc194b001
Fixes typos. 2017-08-23 01:10:00 +02:00
Stewart Gleadow
4469683446 Add inline comment describing the MaterializedSequenceResult enum type 2017-08-23 01:08:36 +02:00
Stewart Gleadow
45989e8701 Added materialize result examples to README 2017-08-23 01:08:36 +02:00
Stewart Gleadow
9d33b6d51b Rename SequenceMaterializedResult to MaterlializedSequenceResult 2017-08-23 01:08:36 +02:00
Stewart Gleadow
e96ed76729 Internal materialize method rename to better capture what it does 2017-08-23 01:08:36 +02:00
Stewart Gleadow
0a7a96053c Expose and test materialize to SequenceMaterializeResult operator 2017-08-23 01:08:36 +02:00
Stewart Gleadow
e4f719ec01 Introduce and use SequenceMaterializeResult type internally
- all existing tests still valid and pass
2017-08-23 01:08:36 +02:00
Krunoslav Zaher
ee9507d7e4
Release 4.0.0-alpha.1 2017-08-20 19:25:27 +02:00
Krunoslav Zaher
4b7d1efb25
Merge branch 'master' into swift4.0 2017-08-16 22:45:31 +02:00
Krunoslav Zaher
aa2850e51a
Fixes blocking README.md. 2017-08-01 19:26:54 +02:00
Stewart Gleadow
5559eb52c5 Remove toError implementation 2017-07-31 07:55:40 +10:00
Stewart Gleadow
c1e4f913dc Add missing methods to RxBlocking README 2017-07-28 07:18:46 +10:00