Skip to content

Commit

Permalink
Update changelog for this branch
Browse files Browse the repository at this point in the history
  • Loading branch information
rsutphin committed Dec 5, 2015
1 parent 8f004d2 commit 7609cf2
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

[**Changelog**](#changelog)

Ember Pouch is a PouchDB/CouchDB adapter for Ember Data.
Ember Pouch is a PouchDB/CouchDB adapter for Ember Data 1.13+.

With Ember Pouch, all of your app's data is automatically saved on the client-side using IndexedDB or WebSQL, and you just keep using the regular [Ember Data `store` API](http://emberjs.com/api/data/classes/DS.Store.html#method_all). This data may be automatically synced to a remote CouchDB (or compatible servers) using PouchDB replication.

Expand Down Expand Up @@ -208,6 +208,8 @@ And of course thanks to all our wonderful contributors, [here](https://github.co

## Changelog

* **3.0.0**
- Update for compatibility with Ember & Ember-Data 2.0+. The adapter now supports Ember & Ember-Data 1.13.x and 2.x only.
* **2.0.3**
- Use Ember.get to reference the PouchDB instance property in the adapter (`db`), allowing it to be injected ([#84](https://github.com/nolanlawson/ember-pouch/issues/84)). Thanks to [@jkleinsc](https://github.com/jkleinsc)!
- Indicate to ember-data 1.13+ that reloading individual ember-pouch records is never necessary (due to the change
Expand Down

0 comments on commit 7609cf2

Please sign in to comment.