Skip to content

Releases: lideming/btrdb

v0.8.3

06 Feb 22:30
Compare
Choose a tag to compare
  • Fix upgrading from older version
  • Rollback changes when insert/update document with unique index error

Full Changelog: v0.8.2...v0.8.3

v0.8.2

05 Feb 01:34
Compare
Choose a tag to compare

v0.8.0

05 Feb 00:17
Compare
Choose a tag to compare
  • Implement space reclamation with refcount (#1)

Full Changelog: v0.7.2...v0.8.0

v0.7.1

27 Feb 10:34
Compare
Choose a tag to compare

v0.7.0

v0.6.0

27 Nov 15:07
Compare
Choose a tag to compare
  • Added DocSet.delete()
  • Now DocSet.insert() allows object with specific id
  • Minor performance improvement

v0.5.0

06 Sep 17:31
Compare
Choose a tag to compare

Performance and typing improvements

v0.3.0

26 Jul 06:42
Compare
Choose a tag to compare
  • Added support for creating queries from tagged template literals
  • Now it stores documents as "binval" binary
  • Added support for Uint8Array in documents with "binval"
  • Bug fixes

v0.2.0

23 Jul 07:19
Compare
Choose a tag to compare
  • Added documents querying with AND, OR, EQ, LT, GT and more operators...
  • Added database file rebuilding rebuild()

v0.1.2

16 Jul 17:20
Compare
Choose a tag to compare

Just for the webhook of deno.land