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(onErrorResumeNextWith): renamed onErrorResumeNext and exported from the top level #6755

Merged
merged 2 commits into from Dec 3, 2022

Commits on Sep 25, 2022

  1. feat(onErrorResumeNextWith): renamed onErrorResumeNext and exported…

    … from top level
    
    The `onErrorResumeNext` operator is deprecated due to a rename. The rename was done so we can move all operator exports to the top level `rxjs` export site. We were not currently exporting that operator.
    
    This commit also refactors to logic to be based on the creation function, which is more widely used
    benlesh committed Sep 25, 2022
    Copy the full SHA
    3c56d19 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    144107a View commit details
    Browse the repository at this point in the history