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

Publish a new release to be compatible with latest ember-data #20

Closed iamolivinius closed 9 years ago

iamolivinius commented 9 years ago

Please create a new release of the current master branch.

README.md tells the user Compatible with Ember Data 1.0.0.beta.16.1. This is true for the actual master branch. But if I follow the install instructions npm fetches version 0.6.7 which is not compatible with the latest ember-data release. The adapter throws the error below:

TypeError: undefined is not a function
    at localforage.js:145
    at tryCatch (ember.debug.js:46898)
    at invokeCallback (ember.debug.js:46910)
    at ember.debug.js:48809
    at ember.debug.js:27205
    at Queue.invoke (ember.debug.js:871)
    at Object.Queue.flush (ember.debug.js:936)
    at Object.DeferredActionQueues.flush (ember.debug.js:741)
    at Object.Backburner.end (ember.debug.js:166)
    at Object.Backburner.run (ember.debug.js:221)
frederikbosch commented 9 years ago

Will do. Forgot to release a new version.

frederikbosch commented 9 years ago

Just pushed a new release, sorry for the delay.

iamolivinius commented 9 years ago

Thanks, and no need to be sorry. You're doing great work :+1: