clintjhill / ember-parse-adapter

An Ember Data Adapter for Parse
http://clintjhill.github.com/ember-parse-adapter
MIT License
190 stars 53 forks source link

Deprecations #101

Open mongeta opened 9 years ago

mongeta commented 9 years ago

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,

Kaign commented 9 years ago

+1, especially second deprecation

bhoskins commented 9 years ago

I get the depreciation warnings also, and it seems this addon is not being updated. Has this project been abandoned?

joshfester commented 9 years ago

@bhoskins The owners of the repo are very inactive here, however, there's some forks that are more up to date. Check out this one by @maedi - https://github.com/maedi/ember-parse-adapter

bhoskins commented 9 years ago

Thanks. I'll check it out.

On Tuesday, October 13, 2015, Josh Fester notifications@github.com wrote:

@bhoskins https://github.com/bhoskins The owners of the repo are very inactive here, however, there's some forks that are more up to date. Check out this one by @maedi https://github.com/maedi - https://github.com/maedi/ember-parse-adapter

— Reply to this email directly or view it on GitHub https://github.com/clintjhill/ember-parse-adapter/issues/101#issuecomment-147910799 .

      Portfolio: bhoskins.github.io/portfolio/