Skip to content

Commit

Permalink
ADD docs for #567
Browse files Browse the repository at this point in the history
  • Loading branch information
pubkey committed Mar 19, 2018
1 parent 0ef558b commit b770a49
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,9 @@
Bugfixes:
- Wrong typings with custom build [#576](https://github.com/pubkey/rxdb/issues/576)

Features:
- Add option to add pouchSettings to all pouchdb-instances [#567](https://github.com/pubkey/rxdb/pull/567) Thx [@EugeniaM](https://github.com/EugeniaM)

### 7.4.1 (March 11, 2018)

Bugfixes:
Expand Down
3 changes: 3 additions & 0 deletions docs-src/rx-database.md
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,9 @@ const db2 = await RxDB.create({
});
```

### pouchSettings
You can pass settings directly to the [pouchdb database create options](https://pouchdb.com/api.html#options) through this property. This settings will be added to all pouchdb-instances that are created for this database.

## Functions

### Observe with $
Expand Down

0 comments on commit b770a49

Please sign in to comment.