Skip to content

Deprecations  #101

@mongeta

Description

@mongeta

Hi, I've installed your great ember-parse-adapter, and I'm getting at least three Deprecations:

 1- The default behavior of shouldReloadAll will change in Ember Data 2.0 to always return false when there is at least one "product" record in the store. If you would like to preserve the current behavior please override shouldReloadAll in your adapter:application and return true.
shopping/routes/products/index.js:8
Trace in the console
2- Your custom serializer uses the old version of the Serializer API, with `extract` hooks. Please upgrade your serializers to the new Serializer API using `normalizeResponse` hooks instead.
ember-data/lib/system/store/serializer-response.js:52
3- Usage of `typeKey` has been deprecated and will be removed in Ember Data 1.0. It has been replaced by `modelName` on the model class.
ember-data/lib/system/store.js:1580

Thanks,

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions