[Project Svelte] Deprecation Introduction Hitlist
See original GitHub issueWanted
We need to know in which versions of Ember these deprecations were introduced. Please simply report the version a specific id was introduced. To ensure that we don’t have overlapping efforts, please state what deprecation you are investigating before you do the work.
Why
With the eventual introduction of Svelte builds, there will be a mechanism to say “strip out any code for deprecated features from 2.0 to 2.8”. However, to enable this range-based decision, we need both the start of the range.
How
Ways to find deprecations:
deprecate()
method in the codebase[DEPRECATE]
and[DEPRECATION]
tags in the CHANGELOG.
Deprecation IDs
- container-lookup-factory
- ember-application.injected-container
- ember-application.app-instance-registry
- ember-application.registry-resolver-as-function
- ember-application.app-instance-container
- ember-application.app-initializer-initialize-arguments
- ember-application.validate-type
- ember-debug.deprecate-options-missing
- ember-debug.deprecate-id-missing
- ember-debug.deprecate-until-missing
- ember-debug.warn-options-missing
- ember-debug.warn-id-missing
- ember-views.component.defaultLayout
- ember-routing-views.controller-wrapped-param
- ember-htmlbars.make-bound-helper
- ember-htmlbars.ember-handlebars-safestring
- ember-metal.binding
- ember-views.did-init-attrs
- ember-metal.required
- ember-metal.observer-argument-order
- ember-metal.immediate-observer
- ember-views.render-double-modify
- ember-routing.router-resource
- ember-routing.top-level-render-helper
- ember-runtime.controller-proxy
- ember-runtime.action-handler-_actions
- ember-runtime.enumerable-contains
- ember-runtime.will-merge-mixin
- ember-runtime.frozen-copy
- ember-runtime.enumerable-contains
- ember-runtime.freezable-init
- ember-string-utils.fmt
- ember-template-compiler.deprecate-render-model
- 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.lifecycle-hook-arguments
- ember-views.render-to-element
- ember-views.did-init-attrs
- ember-metal.ember-k
- ember-metal.ember-backburner
Issue Analytics
- State:
- Created 6 years ago
- Comments:10 (9 by maintainers)
Top Results From Across the Web
Elder.js: A Svelte Framework and Static Site Generator
Elder.js is an opinionated Svelte framework and static site generator used for building blazing fast, user friendly websites.
Read more >Sign in
TG Svelte Learning videos. ... Framework 7 tutorials for beginners (Intro) ... Build a Svelte User CRUD App in Browser Using Javascript Full...
Read more >UPDATE 3-Apple introduces svelte multimedia iPhone
“Apple has been very fortunate that it has been able to introduce a ... introduced and consumers have bought more than 2 billion...
Read more >I don't (think I) have much of a problem with JS syntax, generally ...
I've found this a decent introduction to understand how it works: ... In the only NPM project I work on we write a...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
If you just need the mapping, this is the list:
If you don’t need the actual
since
option, shall I close #15064 ?@andyhot @chadhietala @locks @rwjblue closing for now, perhaps reopen or create a new issue to continue this effort if there is anything remaining.