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)
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: