Skip to content

0.6.0: Simplified API

Choose a tag to compare

@thekid thekid released this 29 Aug 17:31
· 404 commits to master since this release
  • Added Cursor::first() to return the first document (or NULL).
    (@thekid)
  • Made Collection::find() also accept IDs to find single documents
    (@thekid)
  • Added Collection::command() to run arbitrary commands - @thekid
  • Simplified usage of collection methods update() and delete()
    (@thekid)