9.0.0 • Published 12 months ago

pouchdb-changes-filter v9.0.0

Weekly downloads
14,469
License
Apache-2.0
Repository
github
Last release
12 months ago

pouchdb-changes-filter

Plugin to add the ability to use the "filter", "selector", "doc_ids", "query_params", and "query" fields in the changes(), replicate(), and sync() APIs.

This is extract as a separate plugin because 1) it's fairly heavyweight, and 2) it contains eval(), which some environments disallow. So if you're not using filtered changes/replication, then you don't need this module.

Usage

npm install pouchdb-changes-filter
var PouchDB = require('pouchdb');
var changesFilter = require('pouchdb-changes-filter');
PouchDB.plugin(changesFilter);

For full API documentation and guides on PouchDB, see PouchDB.com. For details on PouchDB sub-packages, see the Custom Builds documentation.

Source

PouchDB and its sub-packages are distributed as a monorepo.

For a full list of packages, see the GitHub source.

9.0.0

12 months ago

8.0.1

2 years ago

8.0.0

2 years ago

7.3.1

3 years ago

7.3.0

3 years ago

7.2.2

5 years ago

7.2.1

5 years ago

7.1.1

6 years ago

7.1.0

6 years ago

7.0.0

7 years ago

6.4.3

7 years ago

6.4.2

7 years ago

6.4.1

7 years ago

6.4.0

7 years ago

6.3.4

8 years ago

6.3.3

8 years ago

6.3.2

8 years ago

6.3.1

8 years ago

6.3.0

8 years ago

6.2.1-prerelease

8 years ago

6.2.0

8 years ago

0.0.0

8 years ago