-
Notifications
You must be signed in to change notification settings - Fork 433
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
,EventProtocol
andOptionalProtocol
from 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: OptionalProtocol
would be expressed as<U> Value == U?
instead. -
Reactive extensions of
NotificationCenter
andURLSession
would now show up as individual top-level declarations.https://andersio.github.io/ras-1.1.1/Reactive%20Extensions/NotificationCenter.html
/cc @ReactiveCocoa/reactiveswift