Skip to content
This repository was archived by the owner on Mar 11, 2022. It is now read-only.

2.4.0 (2019-01-15)

Compare
Choose a tag to compare
@ricellis ricellis released this 16 Jan 10:03
· 18 commits to master since this release
fcd379d
  • [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.