Changelog
8.0.0 - 2024-03-05
BREAKING CHANGES:
db.batch
method: use db.post(doc, { batch: 'ok' })
or db.put(doc, { batch: 'ok' })
insteadChangelog
7.0.0 - 2022-01-18
BREAKING CHANGES:
db.changes
now reject unkwown query parametersdb.changes
: removing longpoll
parameter, has it's a feed flag, and the db.changes
function doesn't not handle feeds (it doesn't play well with promises)