-
Notifications
You must be signed in to change notification settings - Fork 3k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
refactor(ignoreElements): ignoreElements now returns Observable<never> (
#3410) * refactor(ignoreElements): ignoreElements now returns Observable<never> Per #2640 ignoreElements should resolve to Observable<never>, #3340 asks for this explicitly, there was also another issue with tests2png that I fix here Closes #3340, #3410 * refactor(ignoreElements): Wrong return type on type of ignoreElements Previous change tried to add the correct return type but ended up adding Observable<Observable<never>> which is not what was requested #3340 and #2640
- 8.0.0-alpha.14
- 8.0.0-alpha.13
- 8.0.0-alpha.12
- 8.0.0-alpha.11
- 8.0.0-alpha.10
- 8.0.0-alpha.9
- 8.0.0-alpha.8
- 8.0.0-alpha.7
- 8.0.0-alpha.6
- 8.0.0-alpha.5
- 8.0.0-alpha.4
- 8.0.0-alpha.3
- 8.0.0-alpha.2
- 8.0.0-alpha.1
- 8.0.0-alpha.0
- 7.8.2
- 7.8.1
- 7.8.0
- 7.7.0
- 7.6.0
- 7.5.7
- 7.5.6
- 7.5.5
- 7.5.4
- 7.5.3
- 7.5.2
- 7.5.1
- 7.5.0
- 7.4.0
- 7.3.1
- 7.3.0
- 7.2.0
- 7.1.0
- 7.0.1
- 7.0.0
- 7.0.0-rc.3
- 7.0.0-rc.2
- 7.0.0-rc.1
- 7.0.0-rc.0
- 7.0.0-beta.15
- 7.0.0-beta.14
- 7.0.0-beta.13
- 7.0.0-beta.12
- 7.0.0-beta.11
- 7.0.0-beta.10
- 7.0.0-beta.9
- 7.0.0-beta.8
- 7.0.0-beta.7
- 7.0.0-beta.6
- 7.0.0-beta.5
- 7.0.0-beta.4
- 7.0.0-beta.3
- 7.0.0-beta.2
- 7.0.0-beta.1
- 7.0.0-beta.0
- 7.0.0-alpha.1
- 7.0.0-alpha.0
- 6.6.7
- 6.6.6
- 6.6.5
- 6.6.4
- 6.6.3
- 6.6.2
- 6.6.1
- 6.6.0
- 6.5.5
- 6.5.4
- 6.5.3
- 6.5.2
- 6.5.1
- 6.5.0
- 6.4.0
- 6.3.3
- 6.3.2
- 6.3.1
- 6.3.0
- 6.2.2
- 6.2.1
- 6.2.0
- 6.1.0
- 6.0.0
- 6.0.0-uncanny-rc.7
- 6.0.0-ucandoit-rc.6
- 6.0.0-uber-rc.5
- 6.0.0-turbo-rc.4
- 6.0.0-terrific-rc.3
- 6.0.0-tenacious-rc.2
- 6.0.0-tactical-rc.1
- 6.0.0-smoosh.1
- 6.0.0-smoosh.0
- 6.0.0-rc.1
- 6.0.0-rc.0
- 6.0.0-beta.4
- 6.0.0-beta.3
- 6.0.0-beta.2
- 6.0.0-beta.1
- 6.0.0-beta.0
1 parent
9de7b6f
commit b61d8ce
Showing
3 changed files
with
6 additions
and
6 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
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