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

feat(combineLatest): deprecated rest argument and scheduler signatures #4641

Merged

Commits on Mar 15, 2019

  1. feat(combineLatest): deprecated rest argument and scheduler signatures

    This PR deprecates all `combineLatest` signatures except `combineLatest([a, b, c])`, in order to make `combineLatest` smaller in an upcoming version, and in order for `combineLatest` to ever accept a dictionary of observables (and emit a dictionary of values), these extra functionsignatures need to be deprecated ahead of time to signal their future removal.
    
    related ReactiveX#4640
    benlesh committed Mar 15, 2019
    Configuration menu
    Copy the full SHA
    0318b76 View commit details
    Browse the repository at this point in the history