[FEATURE beta] Add since tags to deprecations.#15064
Closed
Serabe wants to merge 1 commit intoemberjs:masterfrom
Closed
[FEATURE beta] Add since tags to deprecations.#15064Serabe wants to merge 1 commit intoemberjs:masterfrom
Serabe wants to merge 1 commit intoemberjs:masterfrom
Conversation
Member
Author
|
I need to take a break to do attend some personal matters but will continue later on this. |
01e2d35 to
888956d
Compare
Tags added: * ember-application.app-initializer-initialize-arguments * ember-application.app-instance-container * ember-application.app-instance-registry * ember-application.injected-container * ember-application.registry-resolver-as-function * ember-application.validate-type * ember-degug.deprecate-id-missing * ember-degug.deprecate-options-missing * ember-degug.deprecate-until-missing * ember-degug.warn-id-missing * ember-degug.warn-options-missing * ember-htmlbars.ember-handlebars-safestring (selecting 2.8 though included in 2.6 betas but reverted before final release) * ember-htmlbars.make-bound-helper * ember-metal.binding * ember-metal.ember-backburner * ember-metal.ember-k * ember-metal.immediate-observer * ember-metal.observer-argument-order * ember-metal.required * ember-routing-views.controller-wrapped-param * ember-routing.router-resource * ember-routing.top-level-render-helper * ember-runtime.action-handler-_actions * ember-runtime.controller-proxy * ember-runtime.enumerable-contains * ember-runtime.freezable-init * ember-runtime.frozen-copy * ember-runtime.will-merge-mixin * ember-string-utils.fmt * ember-template-compiler.deprecate-render * ember-template-compiler.transform-input-on-to-onEvent.dynamic-value * ember-template-compiler.transform-input-on-to-onEvent.no-action * ember-template-compiler.transform-input-on-to-onEvent.normalized-on * ember-template-compiler.transform-old-binding-syntax * ember-testing.test-waiters * ember-views.component.defaultLayout * ember-views.did-init-attrs * ember-views.lifecycle-hook-arguments * ember-views.render-double-modify * ember-views.render-to-element Deprecations not longer found in code: * container-lookup-factory Some more tags:
888956d to
fdc1311
Compare
Contributor
|
☔ The latest upstream changes (presumably #15043) made this pull request unmergeable. Please resolve the merge conflicts. |
Member
|
The data gathered here has been incorporated into #15066, thank you! |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Tags added:
Deprecations not longer found in code:
Methodology
Started going through the deprecation list in the CHANGELOG. Those are already covered. Then I started going through the rest of the list bisecting the repo using the
v2.x.0tags. I use the tag when the deprecation was first found.Fixes #15062