This repository was archived by the owner on Mar 11, 2022. It is now read-only.
2.4.0 (2019-01-15)
- [NEW]
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). - [FIXED] Fixed purge_seq to return a String object when replicating with CouchDB 2.3 databases.