Skip to content

Releases: aviondb/aviondb

v0.2.3

v0.2.2

22 May 20:19
Compare
Choose a tag to compare

v0.2.1

22 May 20:17
Compare
Choose a tag to compare

v0.2.1

Bug Fixes

  • Fixed #14, which resolves the OpenError: IO error: lock orbitdb/Qm.../keystore/LOCK: already held by process error.

Features

v0.2.0

08 May 17:58
Compare
Choose a tag to compare

v0.2.0

Bug Fixes

  • Fixed #9. We are now able to list the collections using db.listCollections().
  • Fixed #11.
    • Empty query operators find({}) return all the documents in the collection.
    • If none of the documents match the query criteria, then findOne returns null.
    • If none of the documents match the query criteria, then find returns [].

Breaking Changes

Features

v0.1.1

08 May 17:58
Compare
Choose a tag to compare

v0.1.1

  • Minor fixes in update operators.
  • Update README.md
  • Update API.md

v0.1.0

16 Apr 18:30
Compare
Choose a tag to compare

View release tracker here