Skip to content

Commit

Permalink
4.2.7
Browse files Browse the repository at this point in the history
  • Loading branch information
broerse committed Jun 22, 2017
1 parent c0424b6 commit 24a563b
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 7 deletions.
14 changes: 8 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -513,16 +513,18 @@ 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
* **4.2.7**
- Fix `_shouldSerializeHasMany` deprecation [#184](https://github.com/pouchdb-community/ember-pouch/pull/185)
* **4.2.6**
- Fixes queryRecord deprecation [*152](https://github.com/pouchdb-community/ember-pouch/pull/152)
- Fixes queryRecord deprecation [#152](https://github.com/pouchdb-community/ember-pouch/pull/152)
- Change links to `pouchdb-community`
- Use npm for ember-source [*183](https://github.com/pouchdb-community/ember-pouch/pull/183)
- Use npm for ember-source [#183](https://github.com/pouchdb-community/ember-pouch/pull/183)
* **4.2.5**
- Correct Security documentation [*177](https://github.com/pouchdb-community/ember-pouch/pull/177)
- Fix sort documentation and add additional notes [*176](https://github.com/pouchdb-community/ember-pouch/pull/176)
- update ember-getowner-polyfill to remove deprecation warnings [*174](https://github.com/pouchdb-community/ember-pouch/pull/174)
- Correct Security documentation [#177](https://github.com/pouchdb-community/ember-pouch/pull/177)
- Fix sort documentation and add additional notes [#176](https://github.com/pouchdb-community/ember-pouch/pull/176)
- update ember-getowner-polyfill to remove deprecation warnings [#174](https://github.com/pouchdb-community/ember-pouch/pull/174)
* **4.2.4**
- Fix attachments typo in README [*170](https://github.com/pouchdb-community/ember-pouch/pull/170)
- Fix attachments typo in README [#170](https://github.com/pouchdb-community/ember-pouch/pull/170)
* **4.2.3**
- Update pouchdb to the latest version
- Minor typofix [#166](https://github.com/pouchdb-community/ember-pouch/pull/166)
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": "4.2.6",
"version": "4.2.7",
"description": "PouchDB adapter for Ember Data",
"directories": {
"doc": "doc",
Expand Down

0 comments on commit 24a563b

Please sign in to comment.