Skip to content

0.8 - RAC 4 alpha support

Pre-release
Pre-release
Compare
Choose a tag to compare
@neilpa neilpa released this 21 Sep 01:08
· 234 commits to master since this 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 that PropertyOf has initializers for Signal and SignalProducer.
  • [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 to Event.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