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(map): removed deprecated map(project, thisArg) call pattern #7158

Merged
merged 2 commits into from Jan 21, 2023

Conversation

demensky
Copy link
Contributor

BREAKING CHANGE: map(project, thisArg) call pattern is no longer available. Use Function#bind method: map(project.bind(thisArg))
Related issue (if exists): #6367

benlesh
benlesh previously approved these changes Jan 20, 2023
@benlesh benlesh dismissed their stale review January 20, 2023 01:31

skipWhile and skipUntil tests are broken. We need to figure out why first.

BREAKING CHANGE: `map(project, thisArg)` call pattern is no longer available. Use Function#bind method: `map(project.bind(thisArg))`
@demensky demensky force-pushed the v8-remove-deprecated-map-signature branch from 457c915 to c6b7562 Compare January 20, 2023 15:38
@benlesh benlesh merged commit d7eab2b into ReactiveX:master Jan 21, 2023
@benlesh
Copy link
Member

benlesh commented Jan 21, 2023

Awesome. Thanks, @demensky

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants