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(endWith): removed deprecated endWith(value, scheduler) call pattern #7163

Merged
merged 4 commits into from
Jan 21, 2023

Commits on Jan 21, 2023

  1. feat(endWith): removed deprecated endWith(value, scheduler) call pa…

    …ttern
    
    BREAKING CHANGE: `endWith(value, scheduler)` call pattern is no longer available. [Read more](https://rxjs.dev/deprecations/scheduler-argument).
    demensky committed Jan 21, 2023
    Configuration menu
    Copy the full SHA
    6581e3b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    48f0730 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    e1115df View commit details
    Browse the repository at this point in the history
  4. refactor: Remove unused declarations.

    Make lint happy
    benlesh authored Jan 21, 2023
    Configuration menu
    Copy the full SHA
    38ef668 View commit details
    Browse the repository at this point in the history