Commit Graph

  • 821074970d
    Update README.md master Tyler Cloutier 2017-11-26 15:30:39 -0800
  • 43238cc231 Fixed cancelDisposable bug. Tyler Cloutier 2017-11-20 22:27:59 -0800
  • 760076df26 Fixed an issue with flatMapping of Signals Tyler Cloutier 2017-11-20 17:35:48 -0800
  • f6b76d1559 Made the Promise conversions public. Tyler Cloutier 2017-11-20 17:22:56 -0800
  • 2b701eb423 Added Stream/Promise bridging. Tyler Cloutier 2017-11-20 16:53:24 -0800
  • 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 Tyler Cloutier 2017-11-20 16:42:21 -0800
  • 555837e694 Fixed test target. 0.7.0 Tyler Cloutier 2017-11-19 15:57:54 -0800
  • 4a7ea1e82e Added xcodeproj to gitignore. Tyler Cloutier 2017-11-19 15:55:27 -0800
  • cddbc315c0 Renamed to StreamKit and fixed Swift 4 build issues. Tyler Cloutier 2017-11-19 15:50:28 -0800
  • 44f955a8e5 Removed podspec and xcodeproj. Tyler Cloutier 2017-11-19 15:39:05 -0800
  • 40feea4ab1 Merge branch 'master' of https://github.com/SwiftOnEdge/Reflex into HEAD 0.6.0 Tyler Cloutier 2017-10-07 21:50:51 -0700
  • 61d3f12206 Fixed problems with memory exclusivity in Swift 4. Tyler Cloutier 2017-10-07 21:50:19 -0700
  • d64fcd469a Merge pull request #2 from hernangonzalez/feature/cocoapods_support Tyler Cloutier 2016-12-28 13:43:46 -0500
  • 7f5db3c422 no message #2 Hernan G. Gonzalez 2016-12-26 14:45:28 -0300
  • f8183bde2b no message Hernan G. Gonzalez 2016-12-26 14:37:37 -0300
  • 8ddfcd1f62 use iphone 6 Hernan G. Gonzalez 2016-12-26 14:26:43 -0300
  • 323b235770 target iphone simulator Hernan G. Gonzalez 2016-12-26 14:20:22 -0300
  • 2d13b1e90d code sign = no Hernan G. Gonzalez 2016-12-26 14:15:49 -0300
  • 57d43919e3 just build Hernan G. Gonzalez 2016-12-26 14:14:34 -0300
  • d1478078e9 update travis Hernan G. Gonzalez 2016-12-26 13:34:55 -0300
  • c647d5f0ae Disable code signing on test build (travis) Hernan G. Gonzalez 2016-12-26 11:47:24 -0300
  • a41bdafa8d Add Cocoapods & Travis support Hernan G. Gonzalez 2016-12-22 13:20:43 -0300
  • fb1eb87d14 Updated bundle identifier Tyler Cloutier 2016-11-24 21:03:07 -0800
  • 5196d4b55f Updated the target to use automatic code signing Tyler Cloutier 2016-11-24 20:56:13 -0800
  • 1cc5552d91 Added flatMap for Source too. 0.5.0 Tyler Cloutier 2016-11-21 01:30:43 -0800
  • 1866fcbf7d Changed APIs. Added canceling to regular Signals. Added flatMapping and joining of Sources. Tyler Cloutier 2016-11-21 01:25:28 -0800
  • cb9f2411c5 Renamed ColdSignal to Source. Remains to be seen if this is a good idea. Tyler Cloutier 2016-11-20 22:52:38 -0800
  • 09e270d688 Added the NoError type Tyler Cloutier 2016-11-15 00:34:50 -0800
  • 5ef886ed86 Added back plists Tyler Cloutier 2016-11-15 00:20:38 -0800
  • c70aabc491 Adding xcodeproj for carthage support Tyler Cloutier 2016-11-14 23:43:48 -0800
  • ac1a13e978 Pretty significant refactor and improved memory/resource management. 0.4.0 Tyler Cloutier 2016-11-13 18:22:37 -0800
  • 46a7262ee0 Improved partition to all execute the predicate a single time. 0.3.6 Tyler Cloutier 2016-11-12 01:11:38 -0800
  • 16d8000d6a Added partition for signal and cold signal 0.3.5 Tyler Cloutier 2016-11-11 14:16:58 -0800
  • 706f6704dd Simplified protocol conformance and removed the weird identity. 0.3.4 Tyler Cloutier 2016-11-06 12:43:09 -0800
  • 5551502eb5 Added signal property to ColdSignalType extension instead. 0.3.3 Tyler Cloutier 2016-11-06 11:52:40 -0800
  • 0a14b55c75 Fixed an infinite recursion bug. 0.3.2 Tyler Cloutier 2016-11-06 02:49:12 -0800
  • 2fccded6d7 Made appropriate protocol extensions public. 0.3.1 Tyler Cloutier 2016-11-06 02:31:39 -0800
  • 4e55302856 Added in flatMap quickly. 0.3.0 Tyler Cloutier 2016-11-06 02:18:10 -0800
  • ab93b14c1c Updated the comment for the lift function. Tyler Cloutier 2016-11-06 02:08:40 -0800
  • c559e84bc9 Made some pretty bitchin updates to ColdSignals if I don't say so myself. ColdSignals can now be mapped like any ol' Signal. Tyler Cloutier 2016-11-06 02:04:58 -0800
  • 8e1b576dd5 Updated API to not require labesl for map, mapError, etc. 0.2.3 Tyler Cloutier 2016-10-30 04:17:41 -0700
  • 3d5e7c330b Fixed an interrupt issue. 0.2.2 Tyler Cloutier 2016-10-16 20:29:32 -0700
  • 82435b9cbb Fixed issue with error return type. 0.2.1 Tyler Cloutier 2016-10-16 01:32:23 -0700
  • a18efbc72b Updated for Swift 3.0 release. 0.2.0 Tyler Cloutier 2016-10-15 22:13:44 -0700
  • 041dad4967 Fixed warnings on Xcode Beta 3 0.1.2 Tyler Cloutier 2016-07-24 00:46:11 -0700
  • c5a8fc00c0 Ignore xcodeproj Tyler Cloutier 2016-07-23 22:59:07 -0700
  • 46c8f031d5 Move to log v9 0.1.1 Tyler Cloutier 2016-07-23 22:34:24 -0700
  • e6536c4a90 Removed xcodeproj. Renamed to Reflex. Added README. 0.1.0 Tyler Cloutier 2016-07-23 20:15:23 -0700
  • 74c6cb6082 Added reduce Tyler Cloutier 2016-07-23 20:06:05 -0700
  • ce493b1240 Clarified forwarding of events. Tyler Cloutier 2016-07-23 19:53:46 -0700
  • 64353bf02e Broke out special signal generation from SignalType protocol. Tyler Cloutier 2016-07-23 19:41:03 -0700
  • a4a12d3cba Added discardableResult. 0.0.6 Tyler Cloutier 2016-06-19 23:01:22 -0700
  • 36e5cccc75 Changed xcodeproj and gitignore Tyler Cloutier 2016-06-19 22:04:51 -0700
  • 8821124242 Updated Zewo Log version. 0.0.5 Tyler Cloutier 2016-06-08 23:47:32 -0700
  • dd37c5ce63 Removed warning for let. 0.0.4 Tyler Cloutier 2016-06-07 01:52:57 -0700
  • c6e907dfcf Fixed disposable error. 0.0.3 Tyler Cloutier 2016-06-07 01:51:44 -0700
  • 86b9afcf47 Added debug descriptions to signals. 0.0.2 Tyler Cloutier 2016-06-07 00:45:49 -0700
  • 96c4d22f5b Merge branch 'master' of https://github.com/SwiftOnEdge/Reactive 0.0.1 Tyler Cloutier 2016-06-05 16:58:42 -0700
  • 4d90cb0432 Updated documentation and finalized disposing of ColdSignals. Tyler Cloutier 2016-06-05 16:58:37 -0700
  • 08309c1ab2 Create LICENSE.md Tyler Cloutier 2016-06-05 16:14:29 -0700
  • 8474b4d5e4 Initial commit. Tyler Cloutier 2016-06-05 16:10:08 -0700
  • 27e852c5a9 Initial commit Tyler Cloutier 2016-05-31 23:11:12 -0700