Skip to content

Commit

Permalink
Switch to PouchDB 7.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
broerse committed Jul 12, 2018
1 parent e65b3fe commit 1c455fa
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -586,6 +586,8 @@ This project was originally based on the [ember-data-hal-adapter](https://github
And of course thanks to all our wonderful contributors, [here](https://github.com/pouchdb-community/ember-pouch/graphs/contributors) and [in Relational Pouch](https://github.com/pouchdb-community/relational-pouch/graphs/contributors)!

## Changelog
* **6.0.0**
- Switch to PouchDB 7.0.0
* **5.1.0**
- Don't unloadRecord a deleted document in onChange, only mark as deleted. This fixes some bugs with hasMany arrays corrupting in newer ember-data versions. Not unloading records also seems safer for routes that have that model active.
* **5.0.1**
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ember-pouch",
"version": "5.1.0",
"version": "6.0.0",
"description": "PouchDB adapter for Ember Data",
"directories": {
"doc": "doc",
Expand Down

0 comments on commit 1c455fa

Please sign in to comment.