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(bindNodeCallback): remove resultSelector #3364

Conversation

benlesh
Copy link
Member

@benlesh benlesh commented Mar 2, 2018

  • Removes the optional result selector to simplify the API

BREAKING CHANGE: resultSelector removed, use map instead: bindNodeCallback(fn1, fn2)() becomes bindNodeCallback(fn1)().pipe(map(fn2))

- Removes the optional result selector to simplify the API

BREAKING CHANGE: resultSelector removed, use `map` instead: `bindNodeCallback(fn1, fn2)()` becomes `bindNodeCallback(fn1)().pipe(map(fn2))`
@rxjs-bot
Copy link

rxjs-bot commented Mar 2, 2018

Messages
📖

CJS: 1352.1KB, global: 723.2KB (gzipped: 117.2KB), min: 139.8KB (gzipped: 30.6KB)

Generated by 🚫 dangerJS

@coveralls
Copy link

Coverage Status

Coverage decreased (-0.005%) to 97.549% when pulling 26e6e5c on benlesh:remove-resultSelector-from-bindNodeCallback into 0a3a04a on ReactiveX:master.

@benlesh benlesh merged commit ff12ec8 into ReactiveX:master Mar 5, 2018
@lock
Copy link

lock bot commented Jun 6, 2018

This thread has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs.

@lock lock bot locked as resolved and limited conversation to collaborators Jun 6, 2018
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.

3 participants