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

#235 flatMapLatest adding overlapping option #236

Open
wants to merge 3 commits into
base: master
Choose a base branch
from

Commits on Feb 16, 2017

  1. kefirjs#235 flatMapLatest adding overlapping option

    passing an options object of {overlapping:true} will cause the next stream to be added before any old streams are removed.
    J. Holmes committed Feb 16, 2017
    Configuration menu
    Copy the full SHA
    822dabb View commit details
    Browse the repository at this point in the history

Commits on Feb 20, 2017

  1. unroll recursion/looping on both sides of the drop

    J. Holmes committed Feb 20, 2017
    Configuration menu
    Copy the full SHA
    9fcf087 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e9551f9 View commit details
    Browse the repository at this point in the history