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(combineLatestWith): adds combineLatestWith #5251

Merged
merged 1 commit into from
Jan 22, 2020

Conversation

benlesh
Copy link
Member

@benlesh benlesh commented Jan 21, 2020

  • creates tests for new operator
  • really just a renamed version of the old operator that was deprecated
  • updates deprecations

…ineWith operator

- creates tests for new operator
- really just a renamed version of the old operator that was deprecated
- updates deprecations
@benlesh benlesh requested a review from cartant January 21, 2020 03:50
Copy link
Collaborator

@cartant cartant left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM. I have an idea as to how this could be made to support N-args - it ought to be possible whenever there's no scheduler - but that will have to wait until I can think a little more clearly. This is good to merge.

@benlesh benlesh merged commit 6d7b146 into ReactiveX:master Jan 22, 2020
kwonoj pushed a commit to kwonoj/rxjs that referenced this pull request Feb 5, 2020
…ineWith operator (ReactiveX#5251)

- creates tests for new operator
- really just a renamed version of the old operator that was deprecated
- updates deprecations
martinsik pushed a commit to martinsik/rxjs that referenced this pull request Feb 15, 2020
…ineWith operator (ReactiveX#5251)

- creates tests for new operator
- really just a renamed version of the old operator that was deprecated
- updates deprecations
@lock lock bot locked as resolved and limited conversation to collaborators Feb 22, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants