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

refactor: remove legacy code #7183

Closed
wants to merge 11 commits into from
Closed

Commits on Feb 11, 2023

  1. refactor: use native classes for EmptyError

    BREAKING CHANGE: `EmptyError` cannot be used if `target` is below ES2015
    demensky committed Feb 11, 2023
    Configuration menu
    Copy the full SHA
    ad650f8 View commit details
    Browse the repository at this point in the history
  2. refactor: use native classes for NotFoundError

    BREAKING CHANGE: `NotFoundError` cannot be used if `target` is below ES2015
    demensky committed Feb 11, 2023
    Configuration menu
    Copy the full SHA
    5d8872a View commit details
    Browse the repository at this point in the history
  3. refactor: use native classes for SequenceError

    BREAKING CHANGE: `SequenceError` cannot be used if `target` is below ES2015
    demensky committed Feb 11, 2023
    Configuration menu
    Copy the full SHA
    21f9d2d View commit details
    Browse the repository at this point in the history
  4. refactor: use native classes for TimeoutError

    BREAKING CHANGE: `TimeoutError` cannot be used if `target` is below ES2015
    demensky committed Feb 11, 2023
    Configuration menu
    Copy the full SHA
    8670d5a View commit details
    Browse the repository at this point in the history
  5. refactor: use native classes for ObjectUnsubscribedError

    BREAKING CHANGE: `ObjectUnsubscribedError` cannot be used if `target` is below ES2015
    demensky committed Feb 11, 2023
    Configuration menu
    Copy the full SHA
    1a62d76 View commit details
    Browse the repository at this point in the history
  6. refactor: use native classes for ArgumentOutOfRangeError

    BREAKING CHANGE: `ArgumentOutOfRangeError` cannot be used if `target` is below ES2015
    demensky committed Feb 11, 2023
    Configuration menu
    Copy the full SHA
    7681789 View commit details
    Browse the repository at this point in the history
  7. refactor: use native classes for AjaxError & AjaxTimeoutError

    BREAKING CHANGE: `AjaxError` cannot be used if `target` is below ES2015
    BREAKING CHANGE: `AjaxTimeoutError` cannot be used if `target` is below ES2015
    demensky committed Feb 11, 2023
    Configuration menu
    Copy the full SHA
    d9ad6f8 View commit details
    Browse the repository at this point in the history
  8. refactor: use native classes for UnsubscriptionError

    Since the type specifies that `errors` is an array and the only place where
    this class is used is wrapped in `if (errors) {` I removed the meaningless
    ternary operator.
    
    BREAKING CHANGE: `UnsubscriptionError` cannot be used if `target` is below ES2015
    demensky committed Feb 11, 2023
    Configuration menu
    Copy the full SHA
    71b533d View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    9f1dd86 View commit details
    Browse the repository at this point in the history
  10. refactor: remove legacy code for IE in ajax

    BREAKING CHANGE: `ajax` no longer supports IE
    demensky committed Feb 11, 2023
    Configuration menu
    Copy the full SHA
    fa9d492 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    9dcb508 View commit details
    Browse the repository at this point in the history