Commit Graph

62 Commits

Author SHA1 Message Date
Tyler Cloutier 821074970d
Update README.md 2017-11-26 15:30:39 -08:00
Tyler Cloutier 43238cc231 Fixed cancelDisposable bug. 2017-11-20 22:27:59 -08:00
Tyler Cloutier 760076df26 Fixed an issue with flatMapping of Signals 2017-11-20 17:35:48 -08:00
Tyler Cloutier f6b76d1559 Made the Promise conversions public. 2017-11-20 17:22:56 -08:00
Tyler Cloutier 2b701eb423 Added Stream/Promise bridging. 2017-11-20 16:53:24 -08:00
Tyler Cloutier 8112c77a33 Added PromiseKit and removed typed error to be more inline with Swift error handling philosphies. Also see: https://github.com/ReactiveX/RxSwift/issues/650 2017-11-20 16:42:21 -08:00
Tyler Cloutier 555837e694 Fixed test target. 2017-11-19 15:57:54 -08:00
Tyler Cloutier 4a7ea1e82e Added xcodeproj to gitignore. 2017-11-19 15:55:27 -08:00
Tyler Cloutier cddbc315c0 Renamed to StreamKit and fixed Swift 4 build issues. 2017-11-19 15:50:28 -08:00
Tyler Cloutier 44f955a8e5 Removed podspec and xcodeproj. 2017-11-19 15:39:05 -08:00
Tyler Cloutier 40feea4ab1 Merge branch 'master' of https://github.com/SwiftOnEdge/Reflex into HEAD 2017-10-07 21:50:51 -07:00
Tyler Cloutier 61d3f12206 Fixed problems with memory exclusivity in Swift 4. 2017-10-07 21:50:19 -07:00
Tyler Cloutier d64fcd469a Merge pull request #2 from hernangonzalez/feature/cocoapods_support
Add Cocoapods & Travis support
2016-12-28 13:43:46 -05:00
Hernan G. Gonzalez 7f5db3c422 no message 2016-12-26 14:45:28 -03:00
Hernan G. Gonzalez f8183bde2b no message 2016-12-26 14:37:37 -03:00
Hernan G. Gonzalez 8ddfcd1f62 use iphone 6 2016-12-26 14:26:43 -03:00
Hernan G. Gonzalez 323b235770 target iphone simulator 2016-12-26 14:20:22 -03:00
Hernan G. Gonzalez 2d13b1e90d code sign = no 2016-12-26 14:15:49 -03:00
Hernan G. Gonzalez 57d43919e3 just build 2016-12-26 14:14:34 -03:00
Hernan G. Gonzalez d1478078e9 update travis 2016-12-26 13:34:55 -03:00
Hernan G. Gonzalez c647d5f0ae Disable code signing on test build (travis) 2016-12-26 11:47:24 -03:00
Hernan G. Gonzalez a41bdafa8d Add Cocoapods & Travis support 2016-12-22 13:20:43 -03:00
Tyler Cloutier fb1eb87d14 Updated bundle identifier 2016-11-24 21:03:07 -08:00
Tyler Cloutier 5196d4b55f Updated the target to use automatic code signing 2016-11-24 20:56:13 -08:00
Tyler Cloutier 1cc5552d91 Added flatMap for Source too. 2016-11-21 01:30:43 -08:00
Tyler Cloutier 1866fcbf7d Changed APIs. Added canceling to regular Signals. Added flatMapping and joining of Sources. 2016-11-21 01:25:28 -08:00
Tyler Cloutier cb9f2411c5 Renamed ColdSignal to Source. Remains to be seen if this is a good idea. 2016-11-20 22:52:38 -08:00
Tyler Cloutier 09e270d688 Added the NoError type 2016-11-15 00:34:50 -08:00
Tyler Cloutier 5ef886ed86 Added back plists 2016-11-15 00:20:38 -08:00
Tyler Cloutier c70aabc491 Adding xcodeproj for carthage support 2016-11-14 23:43:48 -08:00
Tyler Cloutier ac1a13e978 Pretty significant refactor and improved memory/resource management. 2016-11-13 18:22:37 -08:00
Tyler Cloutier 46a7262ee0 Improved partition to all execute the predicate a single time. 2016-11-12 01:11:38 -08:00
Tyler Cloutier 16d8000d6a Added partition for signal and cold signal 2016-11-11 14:16:58 -08:00
Tyler Cloutier 706f6704dd Simplified protocol conformance and removed the weird identity. 2016-11-06 12:43:09 -08:00
Tyler Cloutier 5551502eb5 Added signal property to ColdSignalType extension instead. 2016-11-06 11:52:40 -08:00
Tyler Cloutier 0a14b55c75 Fixed an infinite recursion bug. 2016-11-06 02:49:12 -08:00
Tyler Cloutier 2fccded6d7 Made appropriate protocol extensions public. 2016-11-06 02:31:39 -08:00
Tyler Cloutier 4e55302856 Added in flatMap quickly. 2016-11-06 02:18:10 -08:00
Tyler Cloutier ab93b14c1c Updated the comment for the lift function. 2016-11-06 02:08:40 -08:00
Tyler Cloutier c559e84bc9 Made some pretty bitchin updates to ColdSignals if I don't say so myself. ColdSignals can now be mapped like any ol' Signal. 2016-11-06 02:04:58 -08:00
Tyler Cloutier 8e1b576dd5 Updated API to not require labesl for map, mapError, etc. 2016-10-30 04:17:41 -07:00
Tyler Cloutier 3d5e7c330b Fixed an interrupt issue. 2016-10-16 20:29:32 -07:00
Tyler Cloutier 82435b9cbb Fixed issue with error return type. 2016-10-16 01:32:23 -07:00
Tyler Cloutier a18efbc72b Updated for Swift 3.0 release. 2016-10-15 22:13:44 -07:00
Tyler Cloutier 041dad4967 Fixed warnings on Xcode Beta 3 2016-07-24 00:46:11 -07:00
Tyler Cloutier c5a8fc00c0 Ignore xcodeproj 2016-07-23 22:59:07 -07:00
Tyler Cloutier 46c8f031d5 Move to log v9 2016-07-23 22:34:24 -07:00
Tyler Cloutier e6536c4a90 Removed xcodeproj. Renamed to Reflex. Added README. 2016-07-23 20:15:23 -07:00
Tyler Cloutier 74c6cb6082 Added reduce 2016-07-23 20:06:05 -07:00
Tyler Cloutier ce493b1240 Clarified forwarding of events. 2016-07-23 19:53:46 -07:00