Releases: apache/couchdb-nano
Releases · apache/couchdb-nano
v9.0.1
9.0.0
v8.2.3
8.2.2
8.2.1
8.2.0
- added new functions to deal with Partitioned Databases for CouchDB 3.
- rewritten test suite using jest with the focus less on testing CouchDB's functionality, but ensuring that Nano is dispatching the correct HTTP call. Most tests are "mocked" although some are performed against CouchDB 3 in a container.
- dependency bump
- fixed many TypeScript definitions which folks kindly raised as GitHub issues
8.1.0
- TypeScript definitions
- Typos in code and docs
- allow
db.create
to take anopts
object, to specifyq
/r
- db.search does an HTTP POST instead of GET, which simplifies processing of parameters as they don't need to be URL encode, just passed as JSON
- dependency bump