From 29c25694504910d7a1e1ba51285606ca6cc48c0f Mon Sep 17 00:00:00 2001 From: Kenneth Larsen Date: Thu, 7 Jun 2018 08:43:13 +0200 Subject: [PATCH 1/2] Added RFCS sections --- source/blog/2018-06-08-the-emberjs-times-issue-50.md | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/source/blog/2018-06-08-the-emberjs-times-issue-50.md b/source/blog/2018-06-08-the-emberjs-times-issue-50.md index 71d9ffd24b..bd5aae4262 100644 --- a/source/blog/2018-06-08-the-emberjs-times-issue-50.md +++ b/source/blog/2018-06-08-the-emberjs-times-issue-50.md @@ -13,14 +13,15 @@ Read either on the [Ember blog](https://www.emberjs.com/blog/2018/06/08/the-embe --- -## [SECTION TITLE](#section-url) - - +## [RFCS Deprecating Ember Utils](https://github.com/emberjs/rfcs/pull/334) +A new RFCS has been posted on deprecating `Ember.{isEmpty, isBlank, isNone, isPresent}`. The motivation of this is to clean up utils that does not provide much value over writing plain old Javascript. There's already a discussion going on whether this is a good decision or not. You can follow the discussion and read the RFC at the [RFC repository](https://github.com/emberjs/rfcs/pull/334). --- -## [SECTION TITLE](#section-url) +## [Global Resolver RFC in Final Process](https://github.com/emberjs/rfcs/pull/331) +The RFC to deprecate global resolver is has now entered the final stage. The motivation of this RFC is the fact that we have transitioned to using Ember-CLI. The globals resolver is primarily used for Ember without Ember-CLI. +Read all about the RFC and bring your thoughts for the final process in the [RFC repository](https://github.com/emberjs/rfcs/pull/331). --- From ac822a0191300b0aa0bb0b3c5730ebf84523204e Mon Sep 17 00:00:00 2001 From: Kenneth Larsen Date: Thu, 7 Jun 2018 10:54:41 +0200 Subject: [PATCH 2/2] PR fixes --- source/blog/2018-06-08-the-emberjs-times-issue-50.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/source/blog/2018-06-08-the-emberjs-times-issue-50.md b/source/blog/2018-06-08-the-emberjs-times-issue-50.md index bd5aae4262..354bb42a29 100644 --- a/source/blog/2018-06-08-the-emberjs-times-issue-50.md +++ b/source/blog/2018-06-08-the-emberjs-times-issue-50.md @@ -13,8 +13,8 @@ Read either on the [Ember blog](https://www.emberjs.com/blog/2018/06/08/the-embe --- -## [RFCS Deprecating Ember Utils](https://github.com/emberjs/rfcs/pull/334) -A new RFCS has been posted on deprecating `Ember.{isEmpty, isBlank, isNone, isPresent}`. The motivation of this is to clean up utils that does not provide much value over writing plain old Javascript. There's already a discussion going on whether this is a good decision or not. You can follow the discussion and read the RFC at the [RFC repository](https://github.com/emberjs/rfcs/pull/334). +## [RFC Deprecating Ember Utils](https://github.com/emberjs/rfcs/pull/334) +A new RFC has been posted on deprecating `Ember.{isEmpty, isBlank, isNone, isPresent}`. The motivation of this is to clean up utils that do not provide much value over writing plain old Javascript. There's already a discussion going on whether this is a good decision or not. You can follow the discussion and read the RFC at the [RFC repository](https://github.com/emberjs/rfcs/pull/334). ---