0.8 - RAC 4 alpha support
Pre-release
Pre-release
First release supporting RAC 4 and Swift 2. See also the RAC changelog since many of the changes are along the same lines.
- [updated] Signal operators are now implemented as protocol extensions so no more
|>
. This mirrors the updates to RAC for Swift 2. - [removed]
SignalProperty
is gone now thatPropertyOf
has initializers forSignal
andSignalProducer
. - [removed] The
SinkType
operators since the protocol was removed from the Swift 2 standard lib. - [removed] The custom
send*
operators. While an interesting idea, these don't fit anymore with the changes toEvent.Sink
in RAC and the removal of|>
. - [removed] The
print
operators have been removed. These are trivially to add when needed, but I could be convinced to bring them back.
Note the jump from 0.5 -> 0.8 is a precaution in case another RAC 3 release is needed