├── .github ├── PULL_REQUEST_TEMPLATE │ ├── advance-to-ready-for-release.md │ ├── advance-to-recommended.md │ └── advance-to-released.md ├── READTHIS.md ├── actions │ ├── find-added-or-modified-rfcs │ │ └── action.yml │ └── setup-rfcs-tooling │ │ └── action.yml ├── doc-assets │ └── advance-rfc.png ├── pull_request_template.md └── workflows │ ├── advance-rfc.yml │ ├── ci.yml │ ├── generate-rfc-frontmatter-json.yml │ ├── label-opened-new-rfc-prs.yml │ ├── newly-added-rfcs.yml │ ├── open-advancement-pr.yml │ └── trigger-opening-advancement-pr.yml ├── .gitignore ├── 0000-template.md ├── CODE_OF_CONDUCT.md ├── README.md ├── deprecation-template.md ├── images ├── 457-autocomplete-problem.gif ├── 457-dasherization.jpg ├── 457-when-to-use-curlies.jpg ├── EmberJS_Homepage_Outline.pdf ├── ember_test.png ├── npm_test.png ├── survey_results.png ├── survey_results_analysis.pdf ├── website_1.png ├── website_2_header_dropdown.png ├── website_3_url_examples.png ├── website_4-button_ui.png ├── website_5_scrolled_nav.png ├── website_6_nav_alt.png └── website_7_pointer.png ├── stages ├── accepted.md ├── closed.md ├── discontinued.md ├── exploring.md ├── proposed.md ├── ready-for-release.md ├── recommended.md └── released.md ├── teams ├── cli.md ├── data.md ├── framework.md ├── learning.md ├── steering.md └── typescript.md └── text ├── 0001-transform-attribute-meta-parameter.md ├── 0003-block-params.md ├── 0003-cli-ember-doctor.md ├── 0010-engines.md ├── 0011-improved-cp-syntax.md ├── 0012-help-json-output.md ├── 0015-the-road-to-ember-2-0.md ├── 0020-sri-default.md ├── 0023-command-line-completion.md ├── 0024-bound-attributes.md ├── 0028-app-import-output-file.md ├── 0029-addon-black-and-whitelist-for-apps.md ├── 0045-internet-explorer.md ├── 0046-cli-improved-release-process.md ├── 0046-registry-reform.md ├── 0050-cli-production-code-stripping.md ├── 0050-improved-actions.md ├── 0053-helpers.md ├── 0055-anonymous-amd.md ├── 0056-improved-release-cycle.md ├── 0057-ember-data-reference-unification.md ├── 0058-helper-listing.md ├── 0061-ember-data-background-fetch.md ├── 0064-contextual-component-lookup.md ├── 0065-deprecation-warning-handlers.md ├── 0080-serve-file-api.md ├── 0086-firefox-in-ci.md ├── 0090-addon-tree-caching.md ├── 0091-cli-addon-instrumentation-experimental-hooks.md ├── 0091-weakmap.md ├── 0092-blueprint-remove-old-files.md ├── 0095-cli-standardise-targets.md ├── 0095-router-service.md ├── 0096-enable-yarn-usage.md ├── 0101-ember-data-friendly-errors.md ├── 0105-addons-optionalDependencies.md ├── 0108-add-custom-transform.md ├── 0110-packaging.md ├── 0114-add-template-lint-addon.md ├── 0116-qunit-dom.md ├── 0120-cli-guides.md ├── 0120-route-serializers.md ├── 0121-remove-ember-cli-eslint.md ├── 0136-contains-to-includes.md ├── 0139-isHtmlSafe.md ├── 0143-module-unification.md ├── 0150-factory-for.md ├── 0176-javascript-module-api.md ├── 0178-deprecate-ember-k.md ├── 0181-deprecate-ember-data-initializers.md ├── 0186-track-unique-history-location-state.md ├── 0191-deprecate-component-lifecycle-hook-args.md ├── 0194-deprecate-custom-event-manager.md ├── 0213-custom-components.md ├── 0225-ember-engines-mount-params.md ├── 0226-named-blocks.md ├── 0229-deprecate-testing-restricted-resolver.md ├── 0232-simplify-qunit-testing-api.md ├── 0236-deprecation-ember-string.md ├── 0237-deprecation-ember-map.md ├── 0240-es-classes.md ├── 0252-browser-support-changes.md ├── 0268-acceptance-testing-refactor.md ├── 0272-deprecation-native-function-prototype-extensions.md ├── 0276-named-args.md ├── 0278-template-only-components.md ├── 0280-remove-application-wrapper.md ├── 0281-es5-getters.md ├── 0286-block-let-template-helper.md ├── 0287-promote-in-element-to-public-api.md ├── 0293-record-data.md ├── 0294-optional-jquery.md ├── 0297-deprecate-ember-logger.md ├── 0300-rfc-process-update.md ├── 0308-deprecate-property-lookup-fallback.md ├── 0311-angle-bracket-invocation.md ├── 0318-array-helper.md ├── 0322-deprecate-copy-copyable.md ├── 0324-deprecate-component-isvisible.md ├── 0326-ember-data-filter-deprecation.md ├── 0329-deprecated-ember-evented-in-ember-data.md ├── 0331-deprecate-globals-resolver.md ├── 0332-ember-data-record-links-and-meta.md ├── 0334-deprecate-ember-utils.md ├── 0335-deprecate-send-action.md ├── 0337-native-class-constructor-update.md ├── 0340-deprecate-ember-merge.md ├── 0345-discord.md ├── 0364-roadmap-2018.md ├── 0369-deprecate-computed-clobberability.md ├── 0370-deprecate-computed-volatile.md ├── 0372-ember-data-model-factory-for.md ├── 0373-Element-Modifier-Managers.md ├── 0375-deprecate-computed-property-modifier.md ├── 0386-remove-jquery.md ├── 0389-dynamic-tag-names.md ├── 0391-router-helpers.md ├── 0392-deprecate-component-manager-string-lookup.md ├── 0395-ember-data-packages.md ├── 0398-RouteInfo-Metadata.md ├── 0403-ember-data-identifiers.md ├── 0408-decorators.md ├── 0410-tracked-properties.md ├── 0415-render-element-modifiers.md ├── 0416-glimmer-components.md ├── 0418-deprecate-route-render-methods.md ├── 0421-deprecate-application-controller-props.md ├── 0425-website-redesign.md ├── 0431-guides-restructure.md ├── 0432-contextual-helpers.md ├── 0435-modifier-splattributes.md ├── 0440-decorator-support.md ├── 0445-deprecate-with.md ├── 0446-contribution-guides.md ├── 0449-deprecate-partials.md ├── 0451-injection-parameter-normalization.md ├── 0452-ember-data-medium-term-plan.md ├── 0457-nested-lookups.md ├── 0459-angle-bracket-built-in-components.md ├── 0460-yieldable-named-blocks.md ├── 0461-ember-data-singleton-record-data.md ├── 0463-record-data-state.md ├── 0465-record-data-errors.md ├── 0466-request-state-service.md ├── 0468-classic-decorator.md ├── 0470-fn-helper.md ├── 0471-on-modifier.md ├── 0477-blueprints-update.md ├── 0478-tracked-properties-updates.md ├── 0481-component-templates-co-location.md ├── 0486-deprecate-mouseenter.md ├── 0487-custom-model-classes.md ├── 0491-deprecate-disconnect-outlet.md ├── 0494-async-observers.md ├── 0496-handlebars-strict-mode.md ├── 0507-embroider-v2-package-format.md ├── 0519-2019-2020-roadmap.md ├── 0521-find-by-identifier.md ├── 0522-default-serializers-and-adapters.md ├── 0523-model-argument-for-route-templates.md ├── 0554-deprecate-getwithdefault.md ├── 0558-edition-detection.md ├── 0560-add-equality-operators.md ├── 0561-add-numeric-comparison-operators.md ├── 0562-add-logical-operators.md ├── 0566-memo-decorator.md ├── 0580-destroyables.md ├── 0581-new-test-waiters.md ├── 0585-improved-ember-registry-apis.md ├── 0615-autotracking-memoization.md ├── 0617-rfc-stages.md ├── 0625-helper-managers.md ├── 0626-invoke-helper.md ├── 0628-prettier.md ├── 0631-refresh-method-for-router-service.md ├── 0635-ember-new-lang.md ├── 0637-customizable-test-setups.md ├── 0638-interactive-app-creation.md ├── 0639-replace-blacklist-whitelist.md ├── 0645-add-ember-page-title-addon.md ├── 0649-deprecation-staging.md ├── 0659-unique-id-helper.md ├── 0669-tracked-storage-primitive.md ├── 0671-modernize-built-in-components-1.md ├── 0673-deprecate-tryinvoke.md ├── 0674-deprecate-transition-methods-of-controller-and-route.md ├── 0680-implicit-injection-deprecation.md ├── 0685-new-browser-support-policy.md ├── 0686-deprecate-old-manager-capabilities-versions.md ├── 0689-deprecate-has-block.md ├── 0690-deprecate-attrs-in-templates.md ├── 0691-deprecate-class-binding-and-class-name-bindings.md ├── 0692-deprecate-array-observers.md ├── 0698-deprecate-link-to-positional-arguments.md ├── 0702-eslint-plugin-qunit.md ├── 0704-deprecate-octane-optional-features.md ├── 0705-deprecate-jquery-optional-feature.md ├── 0706-deprecate-ember-global.md ├── 0707-modernize-built-in-components-2.md ├── 0711-deprecate-auto-location.md ├── 0724-road-to-typescript.md ├── 0726-dom-element-descriptor-interface.md ├── 0730-semver-for-ts.md ├── 0738-ember-data-deprecate-model-reopen.md ├── 0739-ember-data-deprecate-non-strict-relationships.md ├── 0740-ember-data-deprecate-non-strict-types.md ├── 0741-ember-data-deprecate-model-static-field-access-without-lookup.md ├── 0742-ember-data-deprecate-helper-functions.md ├── 0743-ember-data-deprecate-legacy-imports.md ├── 0745-ember-data-deprecate-methods-on-promise-many-array.md ├── 0748-glimmer-component-signature.md ├── 0750-deprecate-ember-assign.md ├── 0752-inject-service.md ├── 0756-helper-default-manager.md ├── 0763-asset-importing-spec.md ├── 0772-deprecate-bower-support.md ├── 0774-implicit-record-route-loading.md ├── 0776-typescript-blueprints.md ├── 0779-first-class-component-templates.md ├── 0785-remove-set-get-in-tests.md ├── 0786-ember-cookbook.md ├── 0790-deprecate-ember-data-ajax.md ├── 0793-polymporphic-relations-without-inheritance.md ├── 0794-ember-data-schema-definition-service-simplify.md ├── 0795-ember-data-return-promise-save.md ├── 0796-ember-data-deprecate-rsvp.md ├── 0800-ts-adoption-plan.md ├── 0801-deprecate-blacklist-and-whitelist-build-options.md ├── 0811-element-modifiers.md ├── 0812-tracked-built-ins.md ├── 0814-stylelint.md ├── 0821-public-types.md ├── 0830-evolving-embers-major-version-process.md ├── 0831-standardize-use-npm-yarn.md ├── 0846-ember-data-deprecate-proxies.md ├── 0847-deprecate-support-for-ember-cli-qunit-and-ember-cli-mocha-when-generating-test-blueprints.md ├── 0848-deprecate-array-prototype-extensions.md ├── 0854-ember-data-cache-v2.1.md ├── 0858-deprecate-ember-mocha.md ├── 0860-ember-data-request-service.md ├── 0889-deprecate-ember-error.md ├── 0907-pnpm-support.md ├── 0918-deprecate-travis-ci-support.md ├── 0931-template-compiler-api.md ├── 0939-import-glob.md ├── 0964-deprecate-legacy-request-support.md ├── 0977-v2-app-format.md ├── 0984-update-browser-support-policy.md ├── 0995-deprecate-non-colocated-components.md ├── 0997-make-on-built-in.md ├── 0998-make-fn-built-in.md ├── 0999-make-hash-built-in.md ├── 1000-make-array-built-in.md ├── 1001-deprecate-named-inject.md ├── 1003-deprecation-import-ember-from-ember.md ├── 1006-deprecate-action-template-helper.md ├── 1009-move-deprecation-workflow-to-apps.md ├── 1026-ember-data-deprecate-store-extends-ember-object.md ├── 1027-ember-data-schema-service.md ├── 1029-deprecate-app-prefix.md ├── 1041-deprecate-target-action-support.md ├── 1046-template-tag-in-routes.md ├── 1055-vanilla-prettier-setup-in-blueprints.md ├── 1065-remove-ember-fetch.md ├── 1068-tracked-collections.md ├── 1070-default-globals-for-strict-mode.md ├── 1075-warp-drive-package-unification.md ├── 1099-renderComponent.md ├── 1101-deprecate-ember-vendor-bundles.md ├── 1111-deprecate-evented-mixin.md ├── 1112-deprecate-proxy.md ├── 1114-deprecate-ember-array.md ├── 1116-deprecate-mixins.md ├── 1117-deprecate-classic-classes.md ├── 1121-extraneous-invisible-character-stripping.md └── 1132-default-strict-resolver.md /.github/PULL_REQUEST_TEMPLATE/advance-to-ready-for-release.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/emberjs/rfcs/HEAD/.github/PULL_REQUEST_TEMPLATE/advance-to-ready-for-release.md -------------------------------------------------------------------------------- /.github/PULL_REQUEST_TEMPLATE/advance-to-recommended.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/emberjs/rfcs/HEAD/.github/PULL_REQUEST_TEMPLATE/advance-to-recommended.md -------------------------------------------------------------------------------- /.github/PULL_REQUEST_TEMPLATE/advance-to-released.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/emberjs/rfcs/HEAD/.github/PULL_REQUEST_TEMPLATE/advance-to-released.md -------------------------------------------------------------------------------- /.github/READTHIS.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/emberjs/rfcs/HEAD/.github/READTHIS.md -------------------------------------------------------------------------------- /.github/actions/find-added-or-modified-rfcs/action.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/emberjs/rfcs/HEAD/.github/actions/find-added-or-modified-rfcs/action.yml -------------------------------------------------------------------------------- /.github/actions/setup-rfcs-tooling/action.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/emberjs/rfcs/HEAD/.github/actions/setup-rfcs-tooling/action.yml -------------------------------------------------------------------------------- /.github/doc-assets/advance-rfc.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/emberjs/rfcs/HEAD/.github/doc-assets/advance-rfc.png -------------------------------------------------------------------------------- /.github/pull_request_template.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/emberjs/rfcs/HEAD/.github/pull_request_template.md -------------------------------------------------------------------------------- /.github/workflows/advance-rfc.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/emberjs/rfcs/HEAD/.github/workflows/advance-rfc.yml -------------------------------------------------------------------------------- /.github/workflows/ci.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/emberjs/rfcs/HEAD/.github/workflows/ci.yml -------------------------------------------------------------------------------- /.github/workflows/generate-rfc-frontmatter-json.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/emberjs/rfcs/HEAD/.github/workflows/generate-rfc-frontmatter-json.yml -------------------------------------------------------------------------------- /.github/workflows/label-opened-new-rfc-prs.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/emberjs/rfcs/HEAD/.github/workflows/label-opened-new-rfc-prs.yml -------------------------------------------------------------------------------- /.github/workflows/newly-added-rfcs.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/emberjs/rfcs/HEAD/.github/workflows/newly-added-rfcs.yml -------------------------------------------------------------------------------- /.github/workflows/open-advancement-pr.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/emberjs/rfcs/HEAD/.github/workflows/open-advancement-pr.yml -------------------------------------------------------------------------------- /.github/workflows/trigger-opening-advancement-pr.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/emberjs/rfcs/HEAD/.github/workflows/trigger-opening-advancement-pr.yml -------------------------------------------------------------------------------- /.gitignore: -------------------------------------------------------------------------------- 1 | book/ 2 | src/ 3 | -------------------------------------------------------------------------------- /0000-template.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/emberjs/rfcs/HEAD/0000-template.md -------------------------------------------------------------------------------- /CODE_OF_CONDUCT.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/emberjs/rfcs/HEAD/CODE_OF_CONDUCT.md -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/emberjs/rfcs/HEAD/README.md -------------------------------------------------------------------------------- /deprecation-template.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/emberjs/rfcs/HEAD/deprecation-template.md -------------------------------------------------------------------------------- /images/457-autocomplete-problem.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/emberjs/rfcs/HEAD/images/457-autocomplete-problem.gif -------------------------------------------------------------------------------- /images/457-dasherization.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/emberjs/rfcs/HEAD/images/457-dasherization.jpg -------------------------------------------------------------------------------- /images/457-when-to-use-curlies.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/emberjs/rfcs/HEAD/images/457-when-to-use-curlies.jpg -------------------------------------------------------------------------------- /images/EmberJS_Homepage_Outline.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/emberjs/rfcs/HEAD/images/EmberJS_Homepage_Outline.pdf -------------------------------------------------------------------------------- /images/ember_test.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/emberjs/rfcs/HEAD/images/ember_test.png -------------------------------------------------------------------------------- /images/npm_test.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/emberjs/rfcs/HEAD/images/npm_test.png -------------------------------------------------------------------------------- /images/survey_results.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/emberjs/rfcs/HEAD/images/survey_results.png -------------------------------------------------------------------------------- /images/survey_results_analysis.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/emberjs/rfcs/HEAD/images/survey_results_analysis.pdf -------------------------------------------------------------------------------- /images/website_1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/emberjs/rfcs/HEAD/images/website_1.png -------------------------------------------------------------------------------- /images/website_2_header_dropdown.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/emberjs/rfcs/HEAD/images/website_2_header_dropdown.png -------------------------------------------------------------------------------- /images/website_3_url_examples.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/emberjs/rfcs/HEAD/images/website_3_url_examples.png -------------------------------------------------------------------------------- /images/website_4-button_ui.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/emberjs/rfcs/HEAD/images/website_4-button_ui.png -------------------------------------------------------------------------------- /images/website_5_scrolled_nav.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/emberjs/rfcs/HEAD/images/website_5_scrolled_nav.png -------------------------------------------------------------------------------- /images/website_6_nav_alt.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/emberjs/rfcs/HEAD/images/website_6_nav_alt.png -------------------------------------------------------------------------------- /images/website_7_pointer.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/emberjs/rfcs/HEAD/images/website_7_pointer.png -------------------------------------------------------------------------------- /stages/accepted.md: -------------------------------------------------------------------------------- 1 | --- 2 | name: Accepted 3 | order: 5 4 | --- 5 | -------------------------------------------------------------------------------- /stages/closed.md: -------------------------------------------------------------------------------- 1 | --- 2 | name: Closed 3 | order: 10 4 | --- 5 | -------------------------------------------------------------------------------- /stages/discontinued.md: -------------------------------------------------------------------------------- 1 | --- 2 | name: Discontinued 3 | order: 11 4 | --- 5 | -------------------------------------------------------------------------------- /stages/exploring.md: -------------------------------------------------------------------------------- 1 | --- 2 | name: Exploring 3 | order: 1 4 | --- 5 | -------------------------------------------------------------------------------- /stages/proposed.md: -------------------------------------------------------------------------------- 1 | --- 2 | name: Proposed 3 | order: 0 4 | --- 5 | -------------------------------------------------------------------------------- /stages/ready-for-release.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/emberjs/rfcs/HEAD/stages/ready-for-release.md -------------------------------------------------------------------------------- /stages/recommended.md: -------------------------------------------------------------------------------- 1 | --- 2 | name: Recommended 3 | order: 8 4 | --- 5 | -------------------------------------------------------------------------------- /stages/released.md: -------------------------------------------------------------------------------- 1 | --- 2 | name: Released 3 | order: 7 4 | --- 5 | -------------------------------------------------------------------------------- /teams/cli.md: -------------------------------------------------------------------------------- 1 | --- 2 | name: CLI 3 | --- 4 | -------------------------------------------------------------------------------- /teams/data.md: -------------------------------------------------------------------------------- 1 | --- 2 | name: Data 3 | --- 4 | -------------------------------------------------------------------------------- /teams/framework.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/emberjs/rfcs/HEAD/teams/framework.md -------------------------------------------------------------------------------- /teams/learning.md: -------------------------------------------------------------------------------- 1 | --- 2 | name: Learning 3 | --- 4 | -------------------------------------------------------------------------------- /teams/steering.md: -------------------------------------------------------------------------------- 1 | --- 2 | name: Steering 3 | --- 4 | -------------------------------------------------------------------------------- /teams/typescript.md: -------------------------------------------------------------------------------- 1 | --- 2 | name: TypeScript 3 | --- 4 | -------------------------------------------------------------------------------- /text/0001-transform-attribute-meta-parameter.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/emberjs/rfcs/HEAD/text/0001-transform-attribute-meta-parameter.md -------------------------------------------------------------------------------- /text/0003-block-params.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/emberjs/rfcs/HEAD/text/0003-block-params.md -------------------------------------------------------------------------------- /text/0003-cli-ember-doctor.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/emberjs/rfcs/HEAD/text/0003-cli-ember-doctor.md -------------------------------------------------------------------------------- /text/0010-engines.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/emberjs/rfcs/HEAD/text/0010-engines.md -------------------------------------------------------------------------------- /text/0011-improved-cp-syntax.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/emberjs/rfcs/HEAD/text/0011-improved-cp-syntax.md -------------------------------------------------------------------------------- /text/0012-help-json-output.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/emberjs/rfcs/HEAD/text/0012-help-json-output.md -------------------------------------------------------------------------------- /text/0015-the-road-to-ember-2-0.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/emberjs/rfcs/HEAD/text/0015-the-road-to-ember-2-0.md -------------------------------------------------------------------------------- /text/0020-sri-default.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/emberjs/rfcs/HEAD/text/0020-sri-default.md -------------------------------------------------------------------------------- /text/0023-command-line-completion.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/emberjs/rfcs/HEAD/text/0023-command-line-completion.md -------------------------------------------------------------------------------- /text/0024-bound-attributes.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/emberjs/rfcs/HEAD/text/0024-bound-attributes.md -------------------------------------------------------------------------------- /text/0028-app-import-output-file.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/emberjs/rfcs/HEAD/text/0028-app-import-output-file.md -------------------------------------------------------------------------------- /text/0029-addon-black-and-whitelist-for-apps.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/emberjs/rfcs/HEAD/text/0029-addon-black-and-whitelist-for-apps.md -------------------------------------------------------------------------------- /text/0045-internet-explorer.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/emberjs/rfcs/HEAD/text/0045-internet-explorer.md -------------------------------------------------------------------------------- /text/0046-cli-improved-release-process.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/emberjs/rfcs/HEAD/text/0046-cli-improved-release-process.md -------------------------------------------------------------------------------- /text/0046-registry-reform.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/emberjs/rfcs/HEAD/text/0046-registry-reform.md -------------------------------------------------------------------------------- /text/0050-cli-production-code-stripping.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/emberjs/rfcs/HEAD/text/0050-cli-production-code-stripping.md -------------------------------------------------------------------------------- /text/0050-improved-actions.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/emberjs/rfcs/HEAD/text/0050-improved-actions.md -------------------------------------------------------------------------------- /text/0053-helpers.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/emberjs/rfcs/HEAD/text/0053-helpers.md -------------------------------------------------------------------------------- /text/0055-anonymous-amd.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/emberjs/rfcs/HEAD/text/0055-anonymous-amd.md -------------------------------------------------------------------------------- /text/0056-improved-release-cycle.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/emberjs/rfcs/HEAD/text/0056-improved-release-cycle.md -------------------------------------------------------------------------------- /text/0057-ember-data-reference-unification.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/emberjs/rfcs/HEAD/text/0057-ember-data-reference-unification.md -------------------------------------------------------------------------------- /text/0058-helper-listing.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/emberjs/rfcs/HEAD/text/0058-helper-listing.md -------------------------------------------------------------------------------- /text/0061-ember-data-background-fetch.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/emberjs/rfcs/HEAD/text/0061-ember-data-background-fetch.md -------------------------------------------------------------------------------- /text/0064-contextual-component-lookup.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/emberjs/rfcs/HEAD/text/0064-contextual-component-lookup.md -------------------------------------------------------------------------------- /text/0065-deprecation-warning-handlers.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/emberjs/rfcs/HEAD/text/0065-deprecation-warning-handlers.md -------------------------------------------------------------------------------- /text/0080-serve-file-api.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/emberjs/rfcs/HEAD/text/0080-serve-file-api.md -------------------------------------------------------------------------------- /text/0086-firefox-in-ci.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/emberjs/rfcs/HEAD/text/0086-firefox-in-ci.md -------------------------------------------------------------------------------- /text/0090-addon-tree-caching.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/emberjs/rfcs/HEAD/text/0090-addon-tree-caching.md -------------------------------------------------------------------------------- /text/0091-cli-addon-instrumentation-experimental-hooks.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/emberjs/rfcs/HEAD/text/0091-cli-addon-instrumentation-experimental-hooks.md -------------------------------------------------------------------------------- /text/0091-weakmap.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/emberjs/rfcs/HEAD/text/0091-weakmap.md -------------------------------------------------------------------------------- /text/0092-blueprint-remove-old-files.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/emberjs/rfcs/HEAD/text/0092-blueprint-remove-old-files.md -------------------------------------------------------------------------------- /text/0095-cli-standardise-targets.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/emberjs/rfcs/HEAD/text/0095-cli-standardise-targets.md -------------------------------------------------------------------------------- /text/0095-router-service.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/emberjs/rfcs/HEAD/text/0095-router-service.md -------------------------------------------------------------------------------- /text/0096-enable-yarn-usage.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/emberjs/rfcs/HEAD/text/0096-enable-yarn-usage.md -------------------------------------------------------------------------------- /text/0101-ember-data-friendly-errors.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/emberjs/rfcs/HEAD/text/0101-ember-data-friendly-errors.md -------------------------------------------------------------------------------- /text/0105-addons-optionalDependencies.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/emberjs/rfcs/HEAD/text/0105-addons-optionalDependencies.md -------------------------------------------------------------------------------- /text/0108-add-custom-transform.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/emberjs/rfcs/HEAD/text/0108-add-custom-transform.md -------------------------------------------------------------------------------- /text/0110-packaging.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/emberjs/rfcs/HEAD/text/0110-packaging.md -------------------------------------------------------------------------------- /text/0114-add-template-lint-addon.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/emberjs/rfcs/HEAD/text/0114-add-template-lint-addon.md -------------------------------------------------------------------------------- /text/0116-qunit-dom.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/emberjs/rfcs/HEAD/text/0116-qunit-dom.md -------------------------------------------------------------------------------- /text/0120-cli-guides.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/emberjs/rfcs/HEAD/text/0120-cli-guides.md -------------------------------------------------------------------------------- /text/0120-route-serializers.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/emberjs/rfcs/HEAD/text/0120-route-serializers.md -------------------------------------------------------------------------------- /text/0121-remove-ember-cli-eslint.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/emberjs/rfcs/HEAD/text/0121-remove-ember-cli-eslint.md -------------------------------------------------------------------------------- /text/0136-contains-to-includes.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/emberjs/rfcs/HEAD/text/0136-contains-to-includes.md -------------------------------------------------------------------------------- /text/0139-isHtmlSafe.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/emberjs/rfcs/HEAD/text/0139-isHtmlSafe.md -------------------------------------------------------------------------------- /text/0143-module-unification.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/emberjs/rfcs/HEAD/text/0143-module-unification.md -------------------------------------------------------------------------------- /text/0150-factory-for.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/emberjs/rfcs/HEAD/text/0150-factory-for.md -------------------------------------------------------------------------------- /text/0176-javascript-module-api.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/emberjs/rfcs/HEAD/text/0176-javascript-module-api.md -------------------------------------------------------------------------------- /text/0178-deprecate-ember-k.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/emberjs/rfcs/HEAD/text/0178-deprecate-ember-k.md -------------------------------------------------------------------------------- /text/0181-deprecate-ember-data-initializers.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/emberjs/rfcs/HEAD/text/0181-deprecate-ember-data-initializers.md -------------------------------------------------------------------------------- /text/0186-track-unique-history-location-state.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/emberjs/rfcs/HEAD/text/0186-track-unique-history-location-state.md -------------------------------------------------------------------------------- /text/0191-deprecate-component-lifecycle-hook-args.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/emberjs/rfcs/HEAD/text/0191-deprecate-component-lifecycle-hook-args.md -------------------------------------------------------------------------------- /text/0194-deprecate-custom-event-manager.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/emberjs/rfcs/HEAD/text/0194-deprecate-custom-event-manager.md -------------------------------------------------------------------------------- /text/0213-custom-components.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/emberjs/rfcs/HEAD/text/0213-custom-components.md -------------------------------------------------------------------------------- /text/0225-ember-engines-mount-params.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/emberjs/rfcs/HEAD/text/0225-ember-engines-mount-params.md -------------------------------------------------------------------------------- /text/0226-named-blocks.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/emberjs/rfcs/HEAD/text/0226-named-blocks.md -------------------------------------------------------------------------------- /text/0229-deprecate-testing-restricted-resolver.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/emberjs/rfcs/HEAD/text/0229-deprecate-testing-restricted-resolver.md -------------------------------------------------------------------------------- /text/0232-simplify-qunit-testing-api.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/emberjs/rfcs/HEAD/text/0232-simplify-qunit-testing-api.md -------------------------------------------------------------------------------- /text/0236-deprecation-ember-string.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/emberjs/rfcs/HEAD/text/0236-deprecation-ember-string.md -------------------------------------------------------------------------------- /text/0237-deprecation-ember-map.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/emberjs/rfcs/HEAD/text/0237-deprecation-ember-map.md -------------------------------------------------------------------------------- /text/0240-es-classes.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/emberjs/rfcs/HEAD/text/0240-es-classes.md -------------------------------------------------------------------------------- /text/0252-browser-support-changes.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/emberjs/rfcs/HEAD/text/0252-browser-support-changes.md -------------------------------------------------------------------------------- /text/0268-acceptance-testing-refactor.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/emberjs/rfcs/HEAD/text/0268-acceptance-testing-refactor.md -------------------------------------------------------------------------------- /text/0272-deprecation-native-function-prototype-extensions.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/emberjs/rfcs/HEAD/text/0272-deprecation-native-function-prototype-extensions.md -------------------------------------------------------------------------------- /text/0276-named-args.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/emberjs/rfcs/HEAD/text/0276-named-args.md -------------------------------------------------------------------------------- /text/0278-template-only-components.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/emberjs/rfcs/HEAD/text/0278-template-only-components.md -------------------------------------------------------------------------------- /text/0280-remove-application-wrapper.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/emberjs/rfcs/HEAD/text/0280-remove-application-wrapper.md -------------------------------------------------------------------------------- /text/0281-es5-getters.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/emberjs/rfcs/HEAD/text/0281-es5-getters.md -------------------------------------------------------------------------------- /text/0286-block-let-template-helper.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/emberjs/rfcs/HEAD/text/0286-block-let-template-helper.md -------------------------------------------------------------------------------- /text/0287-promote-in-element-to-public-api.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/emberjs/rfcs/HEAD/text/0287-promote-in-element-to-public-api.md -------------------------------------------------------------------------------- /text/0293-record-data.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/emberjs/rfcs/HEAD/text/0293-record-data.md -------------------------------------------------------------------------------- /text/0294-optional-jquery.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/emberjs/rfcs/HEAD/text/0294-optional-jquery.md -------------------------------------------------------------------------------- /text/0297-deprecate-ember-logger.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/emberjs/rfcs/HEAD/text/0297-deprecate-ember-logger.md -------------------------------------------------------------------------------- /text/0300-rfc-process-update.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/emberjs/rfcs/HEAD/text/0300-rfc-process-update.md -------------------------------------------------------------------------------- /text/0308-deprecate-property-lookup-fallback.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/emberjs/rfcs/HEAD/text/0308-deprecate-property-lookup-fallback.md -------------------------------------------------------------------------------- /text/0311-angle-bracket-invocation.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/emberjs/rfcs/HEAD/text/0311-angle-bracket-invocation.md -------------------------------------------------------------------------------- /text/0318-array-helper.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/emberjs/rfcs/HEAD/text/0318-array-helper.md -------------------------------------------------------------------------------- /text/0322-deprecate-copy-copyable.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/emberjs/rfcs/HEAD/text/0322-deprecate-copy-copyable.md -------------------------------------------------------------------------------- /text/0324-deprecate-component-isvisible.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/emberjs/rfcs/HEAD/text/0324-deprecate-component-isvisible.md -------------------------------------------------------------------------------- /text/0326-ember-data-filter-deprecation.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/emberjs/rfcs/HEAD/text/0326-ember-data-filter-deprecation.md -------------------------------------------------------------------------------- /text/0329-deprecated-ember-evented-in-ember-data.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/emberjs/rfcs/HEAD/text/0329-deprecated-ember-evented-in-ember-data.md -------------------------------------------------------------------------------- /text/0331-deprecate-globals-resolver.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/emberjs/rfcs/HEAD/text/0331-deprecate-globals-resolver.md -------------------------------------------------------------------------------- /text/0332-ember-data-record-links-and-meta.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/emberjs/rfcs/HEAD/text/0332-ember-data-record-links-and-meta.md -------------------------------------------------------------------------------- /text/0334-deprecate-ember-utils.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/emberjs/rfcs/HEAD/text/0334-deprecate-ember-utils.md -------------------------------------------------------------------------------- /text/0335-deprecate-send-action.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/emberjs/rfcs/HEAD/text/0335-deprecate-send-action.md -------------------------------------------------------------------------------- /text/0337-native-class-constructor-update.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/emberjs/rfcs/HEAD/text/0337-native-class-constructor-update.md -------------------------------------------------------------------------------- /text/0340-deprecate-ember-merge.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/emberjs/rfcs/HEAD/text/0340-deprecate-ember-merge.md -------------------------------------------------------------------------------- /text/0345-discord.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/emberjs/rfcs/HEAD/text/0345-discord.md -------------------------------------------------------------------------------- /text/0364-roadmap-2018.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/emberjs/rfcs/HEAD/text/0364-roadmap-2018.md -------------------------------------------------------------------------------- /text/0369-deprecate-computed-clobberability.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/emberjs/rfcs/HEAD/text/0369-deprecate-computed-clobberability.md -------------------------------------------------------------------------------- /text/0370-deprecate-computed-volatile.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/emberjs/rfcs/HEAD/text/0370-deprecate-computed-volatile.md -------------------------------------------------------------------------------- /text/0372-ember-data-model-factory-for.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/emberjs/rfcs/HEAD/text/0372-ember-data-model-factory-for.md -------------------------------------------------------------------------------- /text/0373-Element-Modifier-Managers.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/emberjs/rfcs/HEAD/text/0373-Element-Modifier-Managers.md -------------------------------------------------------------------------------- /text/0375-deprecate-computed-property-modifier.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/emberjs/rfcs/HEAD/text/0375-deprecate-computed-property-modifier.md -------------------------------------------------------------------------------- /text/0386-remove-jquery.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/emberjs/rfcs/HEAD/text/0386-remove-jquery.md -------------------------------------------------------------------------------- /text/0389-dynamic-tag-names.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/emberjs/rfcs/HEAD/text/0389-dynamic-tag-names.md -------------------------------------------------------------------------------- /text/0391-router-helpers.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/emberjs/rfcs/HEAD/text/0391-router-helpers.md -------------------------------------------------------------------------------- /text/0392-deprecate-component-manager-string-lookup.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/emberjs/rfcs/HEAD/text/0392-deprecate-component-manager-string-lookup.md -------------------------------------------------------------------------------- /text/0395-ember-data-packages.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/emberjs/rfcs/HEAD/text/0395-ember-data-packages.md -------------------------------------------------------------------------------- /text/0398-RouteInfo-Metadata.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/emberjs/rfcs/HEAD/text/0398-RouteInfo-Metadata.md -------------------------------------------------------------------------------- /text/0403-ember-data-identifiers.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/emberjs/rfcs/HEAD/text/0403-ember-data-identifiers.md -------------------------------------------------------------------------------- /text/0408-decorators.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/emberjs/rfcs/HEAD/text/0408-decorators.md -------------------------------------------------------------------------------- /text/0410-tracked-properties.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/emberjs/rfcs/HEAD/text/0410-tracked-properties.md -------------------------------------------------------------------------------- /text/0415-render-element-modifiers.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/emberjs/rfcs/HEAD/text/0415-render-element-modifiers.md -------------------------------------------------------------------------------- /text/0416-glimmer-components.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/emberjs/rfcs/HEAD/text/0416-glimmer-components.md -------------------------------------------------------------------------------- /text/0418-deprecate-route-render-methods.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/emberjs/rfcs/HEAD/text/0418-deprecate-route-render-methods.md -------------------------------------------------------------------------------- /text/0421-deprecate-application-controller-props.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/emberjs/rfcs/HEAD/text/0421-deprecate-application-controller-props.md -------------------------------------------------------------------------------- /text/0425-website-redesign.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/emberjs/rfcs/HEAD/text/0425-website-redesign.md -------------------------------------------------------------------------------- /text/0431-guides-restructure.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/emberjs/rfcs/HEAD/text/0431-guides-restructure.md -------------------------------------------------------------------------------- /text/0432-contextual-helpers.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/emberjs/rfcs/HEAD/text/0432-contextual-helpers.md -------------------------------------------------------------------------------- /text/0435-modifier-splattributes.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/emberjs/rfcs/HEAD/text/0435-modifier-splattributes.md -------------------------------------------------------------------------------- /text/0440-decorator-support.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/emberjs/rfcs/HEAD/text/0440-decorator-support.md -------------------------------------------------------------------------------- /text/0445-deprecate-with.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/emberjs/rfcs/HEAD/text/0445-deprecate-with.md -------------------------------------------------------------------------------- /text/0446-contribution-guides.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/emberjs/rfcs/HEAD/text/0446-contribution-guides.md -------------------------------------------------------------------------------- /text/0449-deprecate-partials.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/emberjs/rfcs/HEAD/text/0449-deprecate-partials.md -------------------------------------------------------------------------------- /text/0451-injection-parameter-normalization.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/emberjs/rfcs/HEAD/text/0451-injection-parameter-normalization.md -------------------------------------------------------------------------------- /text/0452-ember-data-medium-term-plan.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/emberjs/rfcs/HEAD/text/0452-ember-data-medium-term-plan.md -------------------------------------------------------------------------------- /text/0457-nested-lookups.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/emberjs/rfcs/HEAD/text/0457-nested-lookups.md -------------------------------------------------------------------------------- /text/0459-angle-bracket-built-in-components.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/emberjs/rfcs/HEAD/text/0459-angle-bracket-built-in-components.md -------------------------------------------------------------------------------- /text/0460-yieldable-named-blocks.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/emberjs/rfcs/HEAD/text/0460-yieldable-named-blocks.md -------------------------------------------------------------------------------- /text/0461-ember-data-singleton-record-data.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/emberjs/rfcs/HEAD/text/0461-ember-data-singleton-record-data.md -------------------------------------------------------------------------------- /text/0463-record-data-state.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/emberjs/rfcs/HEAD/text/0463-record-data-state.md -------------------------------------------------------------------------------- /text/0465-record-data-errors.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/emberjs/rfcs/HEAD/text/0465-record-data-errors.md -------------------------------------------------------------------------------- /text/0466-request-state-service.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/emberjs/rfcs/HEAD/text/0466-request-state-service.md -------------------------------------------------------------------------------- /text/0468-classic-decorator.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/emberjs/rfcs/HEAD/text/0468-classic-decorator.md -------------------------------------------------------------------------------- /text/0470-fn-helper.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/emberjs/rfcs/HEAD/text/0470-fn-helper.md -------------------------------------------------------------------------------- /text/0471-on-modifier.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/emberjs/rfcs/HEAD/text/0471-on-modifier.md -------------------------------------------------------------------------------- /text/0477-blueprints-update.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/emberjs/rfcs/HEAD/text/0477-blueprints-update.md -------------------------------------------------------------------------------- /text/0478-tracked-properties-updates.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/emberjs/rfcs/HEAD/text/0478-tracked-properties-updates.md -------------------------------------------------------------------------------- /text/0481-component-templates-co-location.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/emberjs/rfcs/HEAD/text/0481-component-templates-co-location.md -------------------------------------------------------------------------------- /text/0486-deprecate-mouseenter.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/emberjs/rfcs/HEAD/text/0486-deprecate-mouseenter.md -------------------------------------------------------------------------------- /text/0487-custom-model-classes.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/emberjs/rfcs/HEAD/text/0487-custom-model-classes.md -------------------------------------------------------------------------------- /text/0491-deprecate-disconnect-outlet.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/emberjs/rfcs/HEAD/text/0491-deprecate-disconnect-outlet.md -------------------------------------------------------------------------------- /text/0494-async-observers.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/emberjs/rfcs/HEAD/text/0494-async-observers.md -------------------------------------------------------------------------------- /text/0496-handlebars-strict-mode.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/emberjs/rfcs/HEAD/text/0496-handlebars-strict-mode.md -------------------------------------------------------------------------------- /text/0507-embroider-v2-package-format.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/emberjs/rfcs/HEAD/text/0507-embroider-v2-package-format.md -------------------------------------------------------------------------------- /text/0519-2019-2020-roadmap.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/emberjs/rfcs/HEAD/text/0519-2019-2020-roadmap.md -------------------------------------------------------------------------------- /text/0521-find-by-identifier.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/emberjs/rfcs/HEAD/text/0521-find-by-identifier.md -------------------------------------------------------------------------------- /text/0522-default-serializers-and-adapters.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/emberjs/rfcs/HEAD/text/0522-default-serializers-and-adapters.md -------------------------------------------------------------------------------- /text/0523-model-argument-for-route-templates.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/emberjs/rfcs/HEAD/text/0523-model-argument-for-route-templates.md -------------------------------------------------------------------------------- /text/0554-deprecate-getwithdefault.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/emberjs/rfcs/HEAD/text/0554-deprecate-getwithdefault.md -------------------------------------------------------------------------------- /text/0558-edition-detection.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/emberjs/rfcs/HEAD/text/0558-edition-detection.md -------------------------------------------------------------------------------- /text/0560-add-equality-operators.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/emberjs/rfcs/HEAD/text/0560-add-equality-operators.md -------------------------------------------------------------------------------- /text/0561-add-numeric-comparison-operators.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/emberjs/rfcs/HEAD/text/0561-add-numeric-comparison-operators.md -------------------------------------------------------------------------------- /text/0562-add-logical-operators.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/emberjs/rfcs/HEAD/text/0562-add-logical-operators.md -------------------------------------------------------------------------------- /text/0566-memo-decorator.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/emberjs/rfcs/HEAD/text/0566-memo-decorator.md -------------------------------------------------------------------------------- /text/0580-destroyables.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/emberjs/rfcs/HEAD/text/0580-destroyables.md -------------------------------------------------------------------------------- /text/0581-new-test-waiters.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/emberjs/rfcs/HEAD/text/0581-new-test-waiters.md -------------------------------------------------------------------------------- /text/0585-improved-ember-registry-apis.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/emberjs/rfcs/HEAD/text/0585-improved-ember-registry-apis.md -------------------------------------------------------------------------------- /text/0615-autotracking-memoization.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/emberjs/rfcs/HEAD/text/0615-autotracking-memoization.md -------------------------------------------------------------------------------- /text/0617-rfc-stages.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/emberjs/rfcs/HEAD/text/0617-rfc-stages.md -------------------------------------------------------------------------------- /text/0625-helper-managers.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/emberjs/rfcs/HEAD/text/0625-helper-managers.md -------------------------------------------------------------------------------- /text/0626-invoke-helper.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/emberjs/rfcs/HEAD/text/0626-invoke-helper.md -------------------------------------------------------------------------------- /text/0628-prettier.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/emberjs/rfcs/HEAD/text/0628-prettier.md -------------------------------------------------------------------------------- /text/0631-refresh-method-for-router-service.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/emberjs/rfcs/HEAD/text/0631-refresh-method-for-router-service.md -------------------------------------------------------------------------------- /text/0635-ember-new-lang.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/emberjs/rfcs/HEAD/text/0635-ember-new-lang.md -------------------------------------------------------------------------------- /text/0637-customizable-test-setups.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/emberjs/rfcs/HEAD/text/0637-customizable-test-setups.md -------------------------------------------------------------------------------- /text/0638-interactive-app-creation.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/emberjs/rfcs/HEAD/text/0638-interactive-app-creation.md -------------------------------------------------------------------------------- /text/0639-replace-blacklist-whitelist.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/emberjs/rfcs/HEAD/text/0639-replace-blacklist-whitelist.md -------------------------------------------------------------------------------- /text/0645-add-ember-page-title-addon.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/emberjs/rfcs/HEAD/text/0645-add-ember-page-title-addon.md -------------------------------------------------------------------------------- /text/0649-deprecation-staging.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/emberjs/rfcs/HEAD/text/0649-deprecation-staging.md -------------------------------------------------------------------------------- /text/0659-unique-id-helper.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/emberjs/rfcs/HEAD/text/0659-unique-id-helper.md -------------------------------------------------------------------------------- /text/0669-tracked-storage-primitive.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/emberjs/rfcs/HEAD/text/0669-tracked-storage-primitive.md -------------------------------------------------------------------------------- /text/0671-modernize-built-in-components-1.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/emberjs/rfcs/HEAD/text/0671-modernize-built-in-components-1.md -------------------------------------------------------------------------------- /text/0673-deprecate-tryinvoke.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/emberjs/rfcs/HEAD/text/0673-deprecate-tryinvoke.md -------------------------------------------------------------------------------- /text/0674-deprecate-transition-methods-of-controller-and-route.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/emberjs/rfcs/HEAD/text/0674-deprecate-transition-methods-of-controller-and-route.md -------------------------------------------------------------------------------- /text/0680-implicit-injection-deprecation.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/emberjs/rfcs/HEAD/text/0680-implicit-injection-deprecation.md -------------------------------------------------------------------------------- /text/0685-new-browser-support-policy.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/emberjs/rfcs/HEAD/text/0685-new-browser-support-policy.md -------------------------------------------------------------------------------- /text/0686-deprecate-old-manager-capabilities-versions.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/emberjs/rfcs/HEAD/text/0686-deprecate-old-manager-capabilities-versions.md -------------------------------------------------------------------------------- /text/0689-deprecate-has-block.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/emberjs/rfcs/HEAD/text/0689-deprecate-has-block.md -------------------------------------------------------------------------------- /text/0690-deprecate-attrs-in-templates.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/emberjs/rfcs/HEAD/text/0690-deprecate-attrs-in-templates.md -------------------------------------------------------------------------------- /text/0691-deprecate-class-binding-and-class-name-bindings.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/emberjs/rfcs/HEAD/text/0691-deprecate-class-binding-and-class-name-bindings.md -------------------------------------------------------------------------------- /text/0692-deprecate-array-observers.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/emberjs/rfcs/HEAD/text/0692-deprecate-array-observers.md -------------------------------------------------------------------------------- /text/0698-deprecate-link-to-positional-arguments.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/emberjs/rfcs/HEAD/text/0698-deprecate-link-to-positional-arguments.md -------------------------------------------------------------------------------- /text/0702-eslint-plugin-qunit.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/emberjs/rfcs/HEAD/text/0702-eslint-plugin-qunit.md -------------------------------------------------------------------------------- /text/0704-deprecate-octane-optional-features.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/emberjs/rfcs/HEAD/text/0704-deprecate-octane-optional-features.md -------------------------------------------------------------------------------- /text/0705-deprecate-jquery-optional-feature.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/emberjs/rfcs/HEAD/text/0705-deprecate-jquery-optional-feature.md -------------------------------------------------------------------------------- /text/0706-deprecate-ember-global.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/emberjs/rfcs/HEAD/text/0706-deprecate-ember-global.md -------------------------------------------------------------------------------- /text/0707-modernize-built-in-components-2.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/emberjs/rfcs/HEAD/text/0707-modernize-built-in-components-2.md -------------------------------------------------------------------------------- /text/0711-deprecate-auto-location.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/emberjs/rfcs/HEAD/text/0711-deprecate-auto-location.md -------------------------------------------------------------------------------- /text/0724-road-to-typescript.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/emberjs/rfcs/HEAD/text/0724-road-to-typescript.md -------------------------------------------------------------------------------- /text/0726-dom-element-descriptor-interface.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/emberjs/rfcs/HEAD/text/0726-dom-element-descriptor-interface.md -------------------------------------------------------------------------------- /text/0730-semver-for-ts.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/emberjs/rfcs/HEAD/text/0730-semver-for-ts.md -------------------------------------------------------------------------------- /text/0738-ember-data-deprecate-model-reopen.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/emberjs/rfcs/HEAD/text/0738-ember-data-deprecate-model-reopen.md -------------------------------------------------------------------------------- /text/0739-ember-data-deprecate-non-strict-relationships.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/emberjs/rfcs/HEAD/text/0739-ember-data-deprecate-non-strict-relationships.md -------------------------------------------------------------------------------- /text/0740-ember-data-deprecate-non-strict-types.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/emberjs/rfcs/HEAD/text/0740-ember-data-deprecate-non-strict-types.md -------------------------------------------------------------------------------- /text/0741-ember-data-deprecate-model-static-field-access-without-lookup.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/emberjs/rfcs/HEAD/text/0741-ember-data-deprecate-model-static-field-access-without-lookup.md -------------------------------------------------------------------------------- /text/0742-ember-data-deprecate-helper-functions.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/emberjs/rfcs/HEAD/text/0742-ember-data-deprecate-helper-functions.md -------------------------------------------------------------------------------- /text/0743-ember-data-deprecate-legacy-imports.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/emberjs/rfcs/HEAD/text/0743-ember-data-deprecate-legacy-imports.md -------------------------------------------------------------------------------- /text/0745-ember-data-deprecate-methods-on-promise-many-array.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/emberjs/rfcs/HEAD/text/0745-ember-data-deprecate-methods-on-promise-many-array.md -------------------------------------------------------------------------------- /text/0748-glimmer-component-signature.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/emberjs/rfcs/HEAD/text/0748-glimmer-component-signature.md -------------------------------------------------------------------------------- /text/0750-deprecate-ember-assign.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/emberjs/rfcs/HEAD/text/0750-deprecate-ember-assign.md -------------------------------------------------------------------------------- /text/0752-inject-service.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/emberjs/rfcs/HEAD/text/0752-inject-service.md -------------------------------------------------------------------------------- /text/0756-helper-default-manager.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/emberjs/rfcs/HEAD/text/0756-helper-default-manager.md -------------------------------------------------------------------------------- /text/0763-asset-importing-spec.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/emberjs/rfcs/HEAD/text/0763-asset-importing-spec.md -------------------------------------------------------------------------------- /text/0772-deprecate-bower-support.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/emberjs/rfcs/HEAD/text/0772-deprecate-bower-support.md -------------------------------------------------------------------------------- /text/0774-implicit-record-route-loading.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/emberjs/rfcs/HEAD/text/0774-implicit-record-route-loading.md -------------------------------------------------------------------------------- /text/0776-typescript-blueprints.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/emberjs/rfcs/HEAD/text/0776-typescript-blueprints.md -------------------------------------------------------------------------------- /text/0779-first-class-component-templates.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/emberjs/rfcs/HEAD/text/0779-first-class-component-templates.md -------------------------------------------------------------------------------- /text/0785-remove-set-get-in-tests.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/emberjs/rfcs/HEAD/text/0785-remove-set-get-in-tests.md -------------------------------------------------------------------------------- /text/0786-ember-cookbook.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/emberjs/rfcs/HEAD/text/0786-ember-cookbook.md -------------------------------------------------------------------------------- /text/0790-deprecate-ember-data-ajax.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/emberjs/rfcs/HEAD/text/0790-deprecate-ember-data-ajax.md -------------------------------------------------------------------------------- /text/0793-polymporphic-relations-without-inheritance.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/emberjs/rfcs/HEAD/text/0793-polymporphic-relations-without-inheritance.md -------------------------------------------------------------------------------- /text/0794-ember-data-schema-definition-service-simplify.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/emberjs/rfcs/HEAD/text/0794-ember-data-schema-definition-service-simplify.md -------------------------------------------------------------------------------- /text/0795-ember-data-return-promise-save.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/emberjs/rfcs/HEAD/text/0795-ember-data-return-promise-save.md -------------------------------------------------------------------------------- /text/0796-ember-data-deprecate-rsvp.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/emberjs/rfcs/HEAD/text/0796-ember-data-deprecate-rsvp.md -------------------------------------------------------------------------------- /text/0800-ts-adoption-plan.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/emberjs/rfcs/HEAD/text/0800-ts-adoption-plan.md -------------------------------------------------------------------------------- /text/0801-deprecate-blacklist-and-whitelist-build-options.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/emberjs/rfcs/HEAD/text/0801-deprecate-blacklist-and-whitelist-build-options.md -------------------------------------------------------------------------------- /text/0811-element-modifiers.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/emberjs/rfcs/HEAD/text/0811-element-modifiers.md -------------------------------------------------------------------------------- /text/0812-tracked-built-ins.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/emberjs/rfcs/HEAD/text/0812-tracked-built-ins.md -------------------------------------------------------------------------------- /text/0814-stylelint.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/emberjs/rfcs/HEAD/text/0814-stylelint.md -------------------------------------------------------------------------------- /text/0821-public-types.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/emberjs/rfcs/HEAD/text/0821-public-types.md -------------------------------------------------------------------------------- /text/0830-evolving-embers-major-version-process.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/emberjs/rfcs/HEAD/text/0830-evolving-embers-major-version-process.md -------------------------------------------------------------------------------- /text/0831-standardize-use-npm-yarn.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/emberjs/rfcs/HEAD/text/0831-standardize-use-npm-yarn.md -------------------------------------------------------------------------------- /text/0846-ember-data-deprecate-proxies.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/emberjs/rfcs/HEAD/text/0846-ember-data-deprecate-proxies.md -------------------------------------------------------------------------------- /text/0847-deprecate-support-for-ember-cli-qunit-and-ember-cli-mocha-when-generating-test-blueprints.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/emberjs/rfcs/HEAD/text/0847-deprecate-support-for-ember-cli-qunit-and-ember-cli-mocha-when-generating-test-blueprints.md -------------------------------------------------------------------------------- /text/0848-deprecate-array-prototype-extensions.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/emberjs/rfcs/HEAD/text/0848-deprecate-array-prototype-extensions.md -------------------------------------------------------------------------------- /text/0854-ember-data-cache-v2.1.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/emberjs/rfcs/HEAD/text/0854-ember-data-cache-v2.1.md -------------------------------------------------------------------------------- /text/0858-deprecate-ember-mocha.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/emberjs/rfcs/HEAD/text/0858-deprecate-ember-mocha.md -------------------------------------------------------------------------------- /text/0860-ember-data-request-service.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/emberjs/rfcs/HEAD/text/0860-ember-data-request-service.md -------------------------------------------------------------------------------- /text/0889-deprecate-ember-error.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/emberjs/rfcs/HEAD/text/0889-deprecate-ember-error.md -------------------------------------------------------------------------------- /text/0907-pnpm-support.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/emberjs/rfcs/HEAD/text/0907-pnpm-support.md -------------------------------------------------------------------------------- /text/0918-deprecate-travis-ci-support.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/emberjs/rfcs/HEAD/text/0918-deprecate-travis-ci-support.md -------------------------------------------------------------------------------- /text/0931-template-compiler-api.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/emberjs/rfcs/HEAD/text/0931-template-compiler-api.md -------------------------------------------------------------------------------- /text/0939-import-glob.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/emberjs/rfcs/HEAD/text/0939-import-glob.md -------------------------------------------------------------------------------- /text/0964-deprecate-legacy-request-support.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/emberjs/rfcs/HEAD/text/0964-deprecate-legacy-request-support.md -------------------------------------------------------------------------------- /text/0977-v2-app-format.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/emberjs/rfcs/HEAD/text/0977-v2-app-format.md -------------------------------------------------------------------------------- /text/0984-update-browser-support-policy.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/emberjs/rfcs/HEAD/text/0984-update-browser-support-policy.md -------------------------------------------------------------------------------- /text/0995-deprecate-non-colocated-components.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/emberjs/rfcs/HEAD/text/0995-deprecate-non-colocated-components.md -------------------------------------------------------------------------------- /text/0997-make-on-built-in.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/emberjs/rfcs/HEAD/text/0997-make-on-built-in.md -------------------------------------------------------------------------------- /text/0998-make-fn-built-in.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/emberjs/rfcs/HEAD/text/0998-make-fn-built-in.md -------------------------------------------------------------------------------- /text/0999-make-hash-built-in.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/emberjs/rfcs/HEAD/text/0999-make-hash-built-in.md -------------------------------------------------------------------------------- /text/1000-make-array-built-in.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/emberjs/rfcs/HEAD/text/1000-make-array-built-in.md -------------------------------------------------------------------------------- /text/1001-deprecate-named-inject.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/emberjs/rfcs/HEAD/text/1001-deprecate-named-inject.md -------------------------------------------------------------------------------- /text/1003-deprecation-import-ember-from-ember.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/emberjs/rfcs/HEAD/text/1003-deprecation-import-ember-from-ember.md -------------------------------------------------------------------------------- /text/1006-deprecate-action-template-helper.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/emberjs/rfcs/HEAD/text/1006-deprecate-action-template-helper.md -------------------------------------------------------------------------------- /text/1009-move-deprecation-workflow-to-apps.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/emberjs/rfcs/HEAD/text/1009-move-deprecation-workflow-to-apps.md -------------------------------------------------------------------------------- /text/1026-ember-data-deprecate-store-extends-ember-object.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/emberjs/rfcs/HEAD/text/1026-ember-data-deprecate-store-extends-ember-object.md -------------------------------------------------------------------------------- /text/1027-ember-data-schema-service.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/emberjs/rfcs/HEAD/text/1027-ember-data-schema-service.md -------------------------------------------------------------------------------- /text/1029-deprecate-app-prefix.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/emberjs/rfcs/HEAD/text/1029-deprecate-app-prefix.md -------------------------------------------------------------------------------- /text/1041-deprecate-target-action-support.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/emberjs/rfcs/HEAD/text/1041-deprecate-target-action-support.md -------------------------------------------------------------------------------- /text/1046-template-tag-in-routes.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/emberjs/rfcs/HEAD/text/1046-template-tag-in-routes.md -------------------------------------------------------------------------------- /text/1055-vanilla-prettier-setup-in-blueprints.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/emberjs/rfcs/HEAD/text/1055-vanilla-prettier-setup-in-blueprints.md -------------------------------------------------------------------------------- /text/1065-remove-ember-fetch.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/emberjs/rfcs/HEAD/text/1065-remove-ember-fetch.md -------------------------------------------------------------------------------- /text/1068-tracked-collections.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/emberjs/rfcs/HEAD/text/1068-tracked-collections.md -------------------------------------------------------------------------------- /text/1070-default-globals-for-strict-mode.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/emberjs/rfcs/HEAD/text/1070-default-globals-for-strict-mode.md -------------------------------------------------------------------------------- /text/1075-warp-drive-package-unification.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/emberjs/rfcs/HEAD/text/1075-warp-drive-package-unification.md -------------------------------------------------------------------------------- /text/1099-renderComponent.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/emberjs/rfcs/HEAD/text/1099-renderComponent.md -------------------------------------------------------------------------------- /text/1101-deprecate-ember-vendor-bundles.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/emberjs/rfcs/HEAD/text/1101-deprecate-ember-vendor-bundles.md -------------------------------------------------------------------------------- /text/1111-deprecate-evented-mixin.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/emberjs/rfcs/HEAD/text/1111-deprecate-evented-mixin.md -------------------------------------------------------------------------------- /text/1112-deprecate-proxy.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/emberjs/rfcs/HEAD/text/1112-deprecate-proxy.md -------------------------------------------------------------------------------- /text/1114-deprecate-ember-array.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/emberjs/rfcs/HEAD/text/1114-deprecate-ember-array.md -------------------------------------------------------------------------------- /text/1116-deprecate-mixins.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/emberjs/rfcs/HEAD/text/1116-deprecate-mixins.md -------------------------------------------------------------------------------- /text/1117-deprecate-classic-classes.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/emberjs/rfcs/HEAD/text/1117-deprecate-classic-classes.md -------------------------------------------------------------------------------- /text/1121-extraneous-invisible-character-stripping.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/emberjs/rfcs/HEAD/text/1121-extraneous-invisible-character-stripping.md -------------------------------------------------------------------------------- /text/1132-default-strict-resolver.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/emberjs/rfcs/HEAD/text/1132-default-strict-resolver.md --------------------------------------------------------------------------------