kurko / ember-indexeddb-adapter

Ember Data IndexedDB Adapter
MIT License
43 stars 16 forks source link

Problem with ember-data@1.00b11 #22

Open mattmarcum opened 9 years ago

mattmarcum commented 9 years ago

I'm getting a new error that's killing all functionality after I updated to the latest ember-data beta. Looks like, maybe, the indexeddb adapter was using some private objects that are no longer present in ember-data?

DS.RelationshipChange.determineRelationshipType isn't defined anymore, specifically there is no DS.RelationshipChange object anymore.

Its specifically referenced here: https://github.com/kurko/ember-indexeddb-adapter/blob/285d0a263d9f9d36a5de05a4addd5bda53bb29ea/packages/indexeddb-adapter/lib/indexeddb_serializer.js

rsutphin commented 9 years ago

I found that ember-data 1.0.0-beta8 is the latest version that will work with this adapter.