[NEW] Database methods read, contains, create, and delete now accept local
(non-replicating documents). These documents must have their document ID prefixed with _local/
and must have their revision ID set to null (where applicable).
[FIXED] Fixed purge_seq to return a String object when replicating with CouchDB 2.3 databases.
2.4.0 (2019-01-15)
Database
methodsread
,contains
,create
, anddelete
now accept local (non-replicating documents). These documents must have their document ID prefixed with_local/
and must have their revision ID set tonull
(where applicable).