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(subscribe): Removed deprecated fn, fn, fn call pattern. #6757

Merged
merged 2 commits into from
Jan 13, 2022

Conversation

benlesh
Copy link
Member

@benlesh benlesh commented Jan 12, 2022

BREAKING CHANGE: subscribe(fn, fn, fn) is no longer a valid call for subscribe. Instead, use an observer: subscribe({ next: fn, error: fn, complete: fn }).

(finally)

BREAKING CHANGE: `subscribe(fn, fn, fn)` is no longer a valid call for `subscribe`. Instead, use an observer: `subscribe({ next: fn, error: fn, complete: fn })`.
@benlesh benlesh added the 8.x Issues and PRs for version 8.x label Jan 12, 2022
spec-dtslint/Observable-spec.ts Show resolved Hide resolved
@benlesh benlesh merged commit ef59c7e into ReactiveX:8.x Jan 13, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
8.x Issues and PRs for version 8.x
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants