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

fix(subscriber): don't unsubscribe self #4106

Merged
merged 20 commits into from
Sep 25, 2018
Merged

Commits on Sep 14, 2018

  1. Configuration menu
    Copy the full SHA
    d83264d View commit details
    Browse the repository at this point in the history
  2. fix(subscriber): don't unsubscribe self

    When unsubscribing a subscriber's parent, make sure that the subscriber
    itself is not unsubscribed.
    
    Closes ReactiveX#4095
    cartant committed Sep 14, 2018
    Configuration menu
    Copy the full SHA
    83414b3 View commit details
    Browse the repository at this point in the history
  3. refactor(mergeMap): simplify

    cartant committed Sep 14, 2018
    Configuration menu
    Copy the full SHA
    80e52ee View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    bc75ee2 View commit details
    Browse the repository at this point in the history
  5. chore(test): remove only

    cartant committed Sep 14, 2018
    Configuration menu
    Copy the full SHA
    55e60d6 View commit details
    Browse the repository at this point in the history
  6. chore(test): use pipe

    cartant committed Sep 14, 2018
    Configuration menu
    Copy the full SHA
    c2395e6 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    1d02c73 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    d383d24 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    b12c14c View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    0e33a56 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    456baa9 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    c721cd4 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    21b73b0 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    26d070b View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    dad60bf View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    e226a77 View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    0044084 View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    9918ab2 View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    4eb3f44 View commit details
    Browse the repository at this point in the history

Commits on Sep 21, 2018

  1. chore(test): simplify mergeMap test

    Remove the mapTo and the concat to reduce the number of subscribers to
    make the test easier to reason with.
    cartant committed Sep 21, 2018
    Configuration menu
    Copy the full SHA
    b817f53 View commit details
    Browse the repository at this point in the history