From 38eaeed3eaac78eb20436ac817f3251a1688e90b Mon Sep 17 00:00:00 2001 From: Alon Bukai Date: Fri, 7 Dec 2018 09:47:36 +0200 Subject: [PATCH 1/3] Added section on JSON:API 1.1 RC1 --- .../blog/2018-12-07-the-ember-times-issue-76.md | 15 +++++++++++---- 1 file changed, 11 insertions(+), 4 deletions(-) diff --git a/source/blog/2018-12-07-the-ember-times-issue-76.md b/source/blog/2018-12-07-the-ember-times-issue-76.md index 5ba09e746c..627f0b633f 100644 --- a/source/blog/2018-12-07-the-ember-times-issue-76.md +++ b/source/blog/2018-12-07-the-ember-times-issue-76.md @@ -1,6 +1,6 @@ --- title: The Ember Times - Issue No. 76 -author: Chris Ng, Jessica Jordan, the crowd +author: Chris Ng, Jessica Jordan, Amy Lam, Alon Bukai the crowd tags: Recent Posts, Newsletter, Ember.js Times, Ember Times, 2018 alias : "blog/2018/12/07-the-ember-times-issue-76.html" responsive: true @@ -14,7 +14,7 @@ Join with your **contributions** for **DecEmber** πŸΉπŸŽ„, read more about usin ## [Tracked Properties RFC is up for review! πŸ‘£](https://github.com/emberjs/rfcs/pull/410) -The [Tracked Properties RFC](https://github.com/tomdale/rfcs/blob/5710d6e6fdc4ae283af7259800beb18aecb95c0d/text/0000-tracked-properties.md) introduces a simpler and more ergonomic system for tracking state change in Ember applications. +The [Tracked Properties RFC](https://github.com/emberjs/rfcs/blob/be351b059f08ac0fe709bc7697860d5064717a7f/text/0000-tracked-properties.md) introduces a simpler and more ergonomic system for tracking state change in Ember applications. Developers can identify if a property or a getter should be _autotracked_ by adding a `@tracked` decorator to it. This allows that value to have its dependencies automatically detected as it is used. @@ -45,8 +45,15 @@ Jingle bells, jingle bells, **DecEmber** all the way! πŸΉπŸŽ„ --- -## [SECTION TITLE](#section-url) +## [JSON:API Update 1.1 πŸ‡―](https://twitter.com/jsonapi/status/1069593631365959680) + +**JSON:API 1.1 RC1** is released! πŸŽ‰πŸŽŠπŸŽˆ The spec will hopefully be finalized by January 31 which is very exciting! If you use JSON:API and are able to, try out the upcoming version and give some feedback. + +One notable feature is the addition of **"profiles"** which allow specifying addition semantics on top of the current spec. This could allow specifying things like filtering, pagination and more. Check out [profiles here](https://jsonapi.org/extensions/). + +Another noteworthy change is the official recommendation to use camelCase for resource fields. This standardization will help allow composing and parsing **JSON:API** with JavaScript and other languages. Check it out [here](https://jsonapi.org/recommendations/#naming). +To learn more about the rest of the features and changes in **JSON:API 1.1** check out the [Update History](https://jsonapi.org/#update-history). --- @@ -108,4 +115,4 @@ That's another wrap! ✨ Be kind, -Chris Ng, Jessica Jordan, the crowd and the Learning Team +Chris Ng, Jessica Jordan, Amy Lam, Alon Bukai the crowd and the Learning Team From 7c3865473308ee3272a71cdc00b4b3cf510807ce Mon Sep 17 00:00:00 2001 From: Jessica Jordan Date: Fri, 7 Dec 2018 14:36:17 +0200 Subject: [PATCH 2/3] Update source/blog/2018-12-07-the-ember-times-issue-76.md Co-Authored-By: Alonski --- source/blog/2018-12-07-the-ember-times-issue-76.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/source/blog/2018-12-07-the-ember-times-issue-76.md b/source/blog/2018-12-07-the-ember-times-issue-76.md index 374dd998aa..dfc5ebd2a2 100644 --- a/source/blog/2018-12-07-the-ember-times-issue-76.md +++ b/source/blog/2018-12-07-the-ember-times-issue-76.md @@ -56,7 +56,7 @@ Each winter, [npm, Inc.](https://www.npmjs.com/) circulates a survey of software One notable feature is the addition of **"profiles"** which allow specifying addition semantics on top of the current spec. This could allow specifying things like filtering, pagination and more. Check out [profiles here](https://jsonapi.org/extensions/). -Another noteworthy change is the official recommendation to use camelCase for resource fields. This standardization will help allow composing and parsing **JSON:API** with JavaScript and other languages. Check it out [here](https://jsonapi.org/recommendations/#naming). +Another noteworthy change is the official recommendation to use camelCase for resource fields. This standardization will allow composing and parsing **JSON:API** with JavaScript and other languages. Check it out [here](https://jsonapi.org/recommendations/#naming). To learn more about the rest of the features and changes in **JSON:API 1.1** check out the [Update History](https://jsonapi.org/#update-history). @@ -120,4 +120,4 @@ That's another wrap! ✨ Be kind, -Chris Ng, Jessica Jordan, Amy Lam, Alon Bukai the crowd and the Learning Team \ No newline at end of file +Chris Ng, Jessica Jordan, Amy Lam, Alon Bukai the crowd and the Learning Team From 7d41dd231af2cf3780ec7a404495eccd7e162368 Mon Sep 17 00:00:00 2001 From: Alon Bukai Date: Fri, 7 Dec 2018 14:38:34 +0200 Subject: [PATCH 3/3] Added teaser to intro --- source/blog/2018-12-07-the-ember-times-issue-76.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/blog/2018-12-07-the-ember-times-issue-76.md b/source/blog/2018-12-07-the-ember-times-issue-76.md index dfc5ebd2a2..d766d238f6 100644 --- a/source/blog/2018-12-07-the-ember-times-issue-76.md +++ b/source/blog/2018-12-07-the-ember-times-issue-76.md @@ -8,7 +8,7 @@ responsive: true Ξ΅te sΞ΅n Emberistas? 🐹 -Join us with your **contributions** for **DecEmber** πŸΉπŸŽ„, read more about using `@tracked` in the new RFC πŸ‘£, **fill out** the npm JavaScript Ecosystem Survey πŸ“... +Join us with your **contributions** for **DecEmber** πŸΉπŸŽ„, read more about using `@tracked` in the new RFC πŸ‘£, **fill out** the npm JavaScript Ecosystem Survey πŸ“ and JSON:API πŸ‡― is getting an update for the holiday season πŸŽ‰πŸŽŠπŸŽˆ! ---