v0.31.0
oliver-oloughlin
released this
13 Jan 13:02
·
121 commits
to main
since this release
- BREAKING: changed API for
kvdex.setInterval()
- BREAKING: changed API for
kvdex.loop()
- BREAKING: separated upsert by id/index into
collection.upsert()
andcollection.upsertByPrimaryIndex()
- feat: added
collection.getOne()
- feat: added
collection.getOneBySecondaryIndex()
- feat: added
collection.updateOne()
- feat: added
collection.updateOneBySecondaryIndex()
- chore: updated readme
- chore: updated documentation
Thanks to @chaosharmonic for contributions on collection.getOne()
and collection.updateOne()