Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merge refactor #316

Merged
merged 18 commits into from
Sep 16, 2015
Merged

Merge refactor #316

merged 18 commits into from
Sep 16, 2015

Commits on Sep 15, 2015

  1. Configuration menu
    Copy the full SHA
    069ede4 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c9cb4a3 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c2e2d29 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    43b63cc View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    eae9209 View commit details
    Browse the repository at this point in the history
  6. fix(merge): fix issues with async in merge

    - moves support types from merge-support to mergeAll-support
    - fixes strange issues with async
    - adds virtual time tests for merge and mergeAll
    benlesh committed Sep 15, 2015
    Configuration menu
    Copy the full SHA
    7a15304 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    b9b2ba5 View commit details
    Browse the repository at this point in the history
  8. fix(expand): fix expand operator to match Rx3

    - adds virtual time tests for expand
    - refactors expand to be its own operator, reducing inheritence
    benlesh committed Sep 15, 2015
    Configuration menu
    Copy the full SHA
    67f9623 View commit details
    Browse the repository at this point in the history
  9. refactor(flatMap): refactor flatMap to reduce inheritance

    - removes inheritance from merge
    - improves performance through fewer function calls
    - ensures scalar (same behavior as before, but readded)
    benlesh committed Sep 15, 2015
    Configuration menu
    Copy the full SHA
    6819427 View commit details
    Browse the repository at this point in the history
  10. refactor(flatMapTo): refactor to use new flatMap

    - still inherits from flatMap, but flatMap has changed slightly
    benlesh committed Sep 15, 2015
    Configuration menu
    Copy the full SHA
    9682f8c View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    d5becaf View commit details
    Browse the repository at this point in the history
  12. refactor(Observable.concat): update type signature

    makes ability to schedule more apparent
    benlesh committed Sep 15, 2015
    Configuration menu
    Copy the full SHA
    e72f406 View commit details
    Browse the repository at this point in the history
  13. refactor(concat): update type signature

    - make ability to schedule more apparent
    - check for scheduler and insert concurrency of 1 at proper point for merge call
    benlesh committed Sep 15, 2015
    Configuration menu
    Copy the full SHA
    0794c21 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    ec8ca12 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    68ec153 View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    8cd757f View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    82deffb View commit details
    Browse the repository at this point in the history
  18. refactor(merge/flatMap/expand): remove use of innerSubscription and u…

    …se subscriber instead
    benlesh committed Sep 15, 2015
    Configuration menu
    Copy the full SHA
    d65e7ea View commit details
    Browse the repository at this point in the history