You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I created a polyfill for usage with prior Ember versions (rwjblue/ember-debug-handlers-polyfill) that the inspector can use to make tracking down and managing deprecations much easier.
A couple of ideas:
hide "non-critical" (ones that are being removed more than two versions from now) deprecations in the deprecations pane (with some sort of toggle to show all)
allow focusing on a single deprecation, by calling Ember.Debug.registerDeprecationHandler and throwing for the id or deprecation message in question
Thoughts?
The text was updated successfully, but these errors were encountered:
RFC#65 was implemented behind a feature flag in Ember in emberjs/ember.js#11833, and all deprecations updated to include
id
anduntil
(tracked in emberjs/ember.js#11835).I created a polyfill for usage with prior Ember versions (rwjblue/ember-debug-handlers-polyfill) that the inspector can use to make tracking down and managing deprecations much easier.
A couple of ideas:
Ember.Debug.registerDeprecationHandler
and throwing for theid
or deprecation message in questionThoughts?
The text was updated successfully, but these errors were encountered: