-
-
Notifications
You must be signed in to change notification settings - Fork 137
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(dropUntil): align with rxjs skipUntil
Refactor dropUntil to leave its output stream unchanged when its 'other' stream completes. Make output stream empty if 'other' stream is empty. This change align dropUntil more closely with the skipUntil operator from rxjs. Refactor and add tests to verify proper behavior of dropUntil extra. Resolve #237.
- Loading branch information
1 parent
141014c
commit 0c0cf40
Showing
2 changed files
with
43 additions
and
12 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters