Skip to content
This repository has been archived by the owner on Mar 22, 2019. It is now read-only.

Commit

Permalink
Fix typo in Ember data 1.13 release blog
Browse files Browse the repository at this point in the history
  • Loading branch information
skippednote committed Jun 28, 2015
1 parent 958ffd4 commit 2a0e18c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/blog/2015-06-18-ember-data-1-13-released.md
Expand Up @@ -38,7 +38,7 @@ We have done exactly that, and Ember Data 1.13 adds support throughout the Ember

Switching to the JSON API format unlocks many new features which will be added in the 2.0 cycle, including first-class pagination, filtering and metadata support.

While **using JSONSerializer, RESTSerializer and ActiveModelSerializer is not deprecated**, we consider JSON API to be the happiest of the happy paths for using Ember Data, and if you are creating a new app today and have control over the API you should be using JSON API, because it is a well designed and comprehensive solution for JSON serialization. **If your app is using the vanilla JSONSerializer or RESTSerializer, you will not have to make any changes, and you app will continue to work.** The existing serializers have been updated in a backwards compatible way to return JSON API data to the store.
While **using JSONSerializer, RESTSerializer and ActiveModelSerializer is not deprecated**, we consider JSON API to be the happiest of the happy paths for using Ember Data, and if you are creating a new app today and have control over the API you should be using JSON API, because it is a well designed and comprehensive solution for JSON serialization. **If your app is using the vanilla JSONSerializer or RESTSerializer, you will not have to make any changes, and your app will continue to work.** The existing serializers have been updated in a backwards compatible way to return JSON API data to the store.

Other major changes in Ember Data 1.13 include:

Expand Down

0 comments on commit 2a0e18c

Please sign in to comment.