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

Fix deprecations with Ember 3.27+ #1012

Merged
merged 5 commits into from
Mar 19, 2021
Merged

Fix deprecations with Ember 3.27+ #1012

merged 5 commits into from
Mar 19, 2021

Conversation

rwjblue
Copy link
Member

@rwjblue rwjblue commented Mar 19, 2021

  • Add for and since to internal deprecations.
  • Use [email protected]
  • Fix deprecations introduced by run.backburner usage.
  • Improve deprecation testing support.
  • Fix deprecations for run.* method access.

Ember 3.27+ deprecates directly calling methods on `run` like this
(we should be using the imports!!!!).
Add `?disabledDeprecations` and `?debugDeprecations` query params to
make it easier to track down the source of specific deprecations.
@rwjblue rwjblue added the bug label Mar 19, 2021
@rwjblue rwjblue merged commit dd63564 into master Mar 19, 2021
@rwjblue rwjblue deleted the fix-deprecations branch March 19, 2021 15:48
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants