genkgo / ember-localforage-adapter

Offline usage for Ember Data, based on localstorage adapter, but now uses Mozilla's localforage as data source
Other
133 stars 26 forks source link

Compatibility with Ember Data 2.0 #39

Closed frederikbosch closed 9 years ago

sebweaver commented 9 years ago

Hello,

About that, ELA (Ember Local Forage) 1.13.1 is compatible with ED 2.0, except one test called push (the one I added previously). Unfortunately, this is related to what seems to be a side effect of a cleaning in ED 2.0.

I added a comment in the PR of ED (please see https://github.com/emberjs/data/pull/3345#diff-for-comment-38619627) without response for now. I think I should add an issue too, referring this specific comment in order to have a quicker answer.

sebweaver commented 9 years ago

Issue added: https://github.com/emberjs/data/issues/3736

frederikbosch commented 9 years ago

Fixed.