Skip to content

v0.31.0

Compare
Choose a tag to compare
@oliver-oloughlin oliver-oloughlin released this 13 Jan 13:02
· 121 commits to main since this release
25a821c
  • BREAKING: changed API for kvdex.setInterval()
  • BREAKING: changed API for kvdex.loop()
  • BREAKING: separated upsert by id/index into collection.upsert() and collection.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()