Skip to content
This repository has been archived by the owner on Dec 5, 2019. It is now read-only.

Moving to latest RAC release candidate #5

Open
wants to merge 9 commits into
base: swift2
Choose a base branch
from

Commits on Sep 25, 2015

  1. Configuration menu
    Copy the full SHA
    29a4eb1 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ae65c3f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    40c5a5c View commit details
    Browse the repository at this point in the history

Commits on Oct 15, 2015

  1. Configuration menu
    Copy the full SHA
    91cb412 View commit details
    Browse the repository at this point in the history

Commits on Jan 6, 2016

  1. Porting to RAC 4.0.0-RC.1

    liscio committed Jan 6, 2016
    Configuration menu
    Copy the full SHA
    3b003d7 View commit details
    Browse the repository at this point in the history
  2. Fix the test spec as well

    liscio committed Jan 6, 2016
    Configuration menu
    Copy the full SHA
    2f1c90e View commit details
    Browse the repository at this point in the history

Commits on Jan 7, 2016

  1. Add a few helpful operators

    In practice, there aren't many reasons to send more than a single value across each "edit session", and using a MutableProperty is less awkward than a signal/observer pair.
    
    This changeset introduces a pair of operators that allow a Signal{,Producer} to be directed into a MutableProperty that holds the current EditSession for an Editor.
    liscio committed Jan 7, 2016
    Configuration menu
    Copy the full SHA
    3da114a View commit details
    Browse the repository at this point in the history

Commits on Jan 9, 2016

  1. Revert "Add a few helpful operators"

    This reverts commit 3da114a.
    liscio committed Jan 9, 2016
    Configuration menu
    Copy the full SHA
    0c65002 View commit details
    Browse the repository at this point in the history

Commits on Feb 15, 2016

  1. Pick up the latest ReactiveCocoa, Quick, Nimble

    Had to make a few modifications here & there to make it work.
    liscio committed Feb 15, 2016
    Configuration menu
    Copy the full SHA
    7ca8359 View commit details
    Browse the repository at this point in the history