-
Notifications
You must be signed in to change notification settings - Fork 432
Description
Changes
-
Group methods by the extension constraints. Say
skipNil()is now under the sectionError == NoError.https://andersio.github.io/ras-1.1.1/Classes/Signal.html
https://andersio.github.io/ras-1.1.1/Structs/SignalProducer.html -
Remove
SignalProtocol,SignalProducerProtocol,EventProtocolandOptionalProtocolfrom the documentation, since these are implementation details.This requires affected constraints to be expressed in a parametric form. The current implementation uses the form in the Swift Generic Manifesto. For example,
Value: OptionalProtocolwould be expressed as<U> Value == U?instead. -
Reactive extensions of
NotificationCenterandURLSessionwould now show up as individual top-level declarations.https://andersio.github.io/ras-1.1.1/Reactive%20Extensions/NotificationCenter.html
/cc @ReactiveCocoa/reactiveswift