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(throttleTime): emit single value with trailing enabled #4564

Commits on Feb 14, 2019

  1. test(throttleTime): test single value with trailing enabled

    Test if throttleTime emits when only a single value is emitted from the
    source with leading enabled/disabled and trailing enabled.
    MatthiasKunnen committed Feb 14, 2019
    Copy the full SHA
    2db0016 View commit details
    Browse the repository at this point in the history
  2. fix(throttleTime): fix single value with leading disabled, trailing e…

    …nabled
    
    Emit single value with leading disabled, trailing enabled.
    
    Closes ReactiveX#2859 and ReactiveX#4491.
    MatthiasKunnen committed Feb 14, 2019
    Copy the full SHA
    0cbbbae View commit details
    Browse the repository at this point in the history

Commits on Apr 13, 2019

  1. chore: improve test descriptions

    And remove an asDiagram call made with the same argument.
    
    Signed-off-by: Matthias Kunnen <matthias.kunnen@gmail.com>
    cartant authored and MatthiasKunnen committed Apr 13, 2019
    Copy the full SHA
    8a47065 View commit details
    Browse the repository at this point in the history