Eric Jensen
|
9899bd7d39
|
Use modern dictionary syntax
|
2016-03-22 20:12:06 -07:00 |
Eric Jensen
|
ddf9cdd33f
|
Correct typos
|
2016-03-22 20:10:44 -07:00 |
Krunoslav Zaher
|
bd8b188a49
|
Fixes for Swift 2.2 warnings in unit tests.
|
2016-03-22 12:12:15 +01:00 |
Krunoslav Zaher
|
65644c6160
|
Fixes Swift 2.2 warnings.
|
2016-03-22 11:29:39 +01:00 |
Jorge Bernal
|
eddbd23aa5
|
Use new associatedtype syntax
|
2016-03-22 11:09:16 +01:00 |
Zhigang Fang
|
b4d129974f
|
Remove unneed ?? NSData()
|
2016-03-08 09:08:08 +08:00 |
Krunoslav Zaher
|
c24df15131
|
Merge pull request #514 from Shelin69/master
Issue #511 - free array
|
2016-02-27 17:52:49 +01:00 |
Krunoslav Zaher
|
2c81bcb1e7
|
Merge pull request #509 from tomburns/optional-notification-name
Make name parameter of rx_notification optional.
|
2016-02-27 17:26:35 +01:00 |
Joanna Kubiak
|
fffd955fba
|
Issue #511 - added free to reslove memory leaking warnings
|
2016-02-27 17:14:33 +01:00 |
Tom Burns
|
7cb5a3b79a
|
Make name parameter of rx_notification optional.
|
2016-02-24 20:47:13 -06:00 |
Krunoslav Zaher
|
d537473e49
|
Improves error wording.
|
2016-02-13 23:58:06 +01:00 |
Krunoslav Zaher
|
1c0475860a
|
Fixes problem with required error.
|
2016-02-13 23:49:41 +01:00 |
Krunoslav Zaher
|
c3a04d0c67
|
Improves curl formatting.
|
2016-02-13 22:16:06 +01:00 |
Krunoslav Zaher
|
7dc8dfc6d1
|
Applies `UIBindingObserver`.
|
2016-02-13 22:12:50 +01:00 |
Krunoslav Zaher
|
2aebe1499f
|
Adds `UIBindingObserver`.
|
2016-02-13 21:25:31 +01:00 |
Krunoslav Zaher
|
bbb5b6f300
|
Merge pull request #466 from sergdort/swift_evolution_currying
Changes for currying
|
2016-02-12 11:07:03 +01:00 |
sergdort
|
cc4c0f8cb0
|
Fixed `func castOrFatalError<T>(value: AnyObject!) -> T` in favor of `func castOrFatalError<T>(value: Any!) -> T`
|
2016-02-09 10:33:37 +02:00 |
Krunoslav Zaher
|
f4bb68696c
|
Adds timer and interval to `Driver`.
|
2016-02-07 21:22:40 +01:00 |
Krunoslav Zaher
|
d0cd75036d
|
Adds `skip` and `startWith` to `Driver`.
|
2016-02-05 16:20:18 +01:00 |
sergdort
|
f6dad5f3a8
|
Changes for currying #465
|
2016-02-03 23:19:31 +02:00 |
Krunoslav Zaher
|
14efe368a7
|
Merge pull request #449 from CapsuleHealth/master
adds rx_active observer for NSLayoutConstraint
|
2016-01-28 21:14:16 +01:00 |
mikelow
|
3ff8a18c34
|
adds rx_active observer for NSLayoutConstraint
|
2016-01-27 18:16:20 -05:00 |
Thane Gill
|
8aba766224
|
[bindNext] Change error message to "Binding error: \(error)"
|
2016-01-27 11:26:52 -08:00 |
Krunoslav Zaher
|
f0f48371c5
|
Polishes `Driver` public interface.
|
2016-01-25 21:58:21 +01:00 |
Krunoslav Zaher
|
b8d46bec0c
|
Readds `onError` to `Driver` `do` operator because removing it would break API backwards compatibility for 2.0.0.
|
2016-01-25 21:54:31 +01:00 |
Krunoslav Zaher
|
300931015b
|
Adds documentation for `of` operator on `Driver`.
|
2016-01-25 21:05:52 +01:00 |
Krunoslav Zaher
|
f109aaf98e
|
Merge pull request #409 from tarunon/fix/UIBarButtonItem_rx_tap_cannot_share
Make UIBarButtonItem.rx_tap to shareable.
|
2016-01-22 22:31:27 +01:00 |
tarunon
|
00b9169538
|
Move `rx_lazyInstanceObservable` from NSControl to private NSObject extension.
|
2016-01-21 11:27:11 +09:00 |
Thane Gill
|
e9057b98c2
|
Rename doOnComplete to doOnCompleted
|
2016-01-20 17:17:48 -08:00 |
Thane Gill
|
7a57b9360d
|
Remove onError from Driver
|
2016-01-17 13:14:48 -08:00 |
Thane Gill
|
b225572d9a
|
Add doOn shortcuts to Driver
|
2016-01-17 13:14:18 -08:00 |
Krunoslav Zaher
|
3b0c80dbf1
|
Makes debug mode less verbose by treating `TRACE_RESOURCES` as a integer level. #397
|
2016-01-10 21:29:04 +01:00 |
Krunoslav Zaher
|
0091fa3a2f
|
Improves thread safety of KVO by serializing KVO events.
|
2016-01-10 20:50:27 +01:00 |
Krunoslav Zaher
|
eeddf1fe5d
|
Adds `SectionedViewDataSourceType` and `rx_modelDeselected`, `rx_deselectedItemAtIndexPath` for `UICollectionView`, and corresponding unit tests.
|
2016-01-10 20:19:30 +01:00 |
f-kubotar
|
4c6e55509f
|
fix http body logging of NSURLSession
|
2016-01-05 00:02:05 +09:00 |
Krunoslav Zaher
|
aca3b28213
|
Removes deprecated APIs.
|
2015-12-31 00:37:58 +01:00 |
Krunoslav Zaher
|
0c8e808744
|
Fixes problems with ambiguity between `DriverConvertibleType` and `ObservableType`.
|
2015-12-30 15:55:20 +01:00 |
Krunoslav Zaher
|
f4ef06e88d
|
Updates documentation with API changes.
|
2015-12-30 03:16:20 +01:00 |
Krunoslav Zaher
|
eae477499a
|
Removes `Driver` operator API scheduler parametrization.
|
2015-12-30 01:38:37 +01:00 |
Krunoslav Zaher
|
8b2984e4e2
|
Deprecates `Variable` implementing `ObservableType` in favor of `asObservable()`, and changes behavior so it completes the sequence once it is deallocated.
|
2015-12-29 23:49:30 +01:00 |
Krunoslav Zaher
|
33ffe82139
|
Exposes `driveOnScheduler`.
|
2015-12-29 22:14:06 +01:00 |
Krunoslav Zaher
|
e445d4eec3
|
Another fix for Swift bugs with collisions between optimizations and testability.
|
2015-12-29 18:24:51 +01:00 |
Krunoslav Zaher
|
77d452db34
|
Workaround for Swift bug when compiler optimizes away `driverObserveOnScheduler` and `driverSubscribeOnScheduler` even though there is testability turned on.
|
2015-12-29 17:59:07 +01:00 |
Krunoslav Zaher
|
02328f6ba5
|
Adds tests for variable conversion to `Driver`.
|
2015-12-29 17:22:47 +01:00 |
Krunoslav Zaher
|
28d4e4d4bd
|
Adds `driveOnScheduler` to enable using custom mock scheduler with `Driver`.
|
2015-12-29 16:59:55 +01:00 |
Krunoslav Zaher
|
5d677eaf91
|
Standardizes header format.
|
2015-12-29 16:56:21 +01:00 |
Krunoslav Zaher
|
a263a3ceb6
|
Makes `AtomicInt` public when tracking resources.
|
2015-12-28 01:24:33 +01:00 |
Krunoslav Zaher
|
62b25c538d
|
`Driver` now picks scheduler from static variable.
|
2015-12-28 01:24:33 +01:00 |
Krunoslav Zaher
|
bee92f9700
|
Cleanup.
|
2015-12-25 20:30:40 +01:00 |
Krunoslav Zaher
|
9cae95d3ef
|
Fixes Swift 2.2 warnings.
|
2015-12-25 12:50:42 +01:00 |