Skip to content

Releases: Alex-Werner/TyrDB

TyrDB v3.1.2

22 Dec 20:45
Compare
Choose a tag to compare

TyrDB v3.1.0

20 Oct 12:42
Compare
Choose a tag to compare

Notables Changes:

3.1.0

  • fix: find issue on patterns such as {a: 'string', b: undefined, c: null} (via SBTree update)
  • feat: added collection.count()
  • feat: added collection.findOne()
  • feat: added collection.delete() as alias for collection.remove()
  • feat: provide .once() event to TyrDB
  • fix: adapter inconsistencies

Special thanks to @vedmalex (Alex Vedmedenko) for the adapter inconsistencies fix (and sorry for the... long delay)

TyrDB v3.0.2

04 Sep 00:19
Compare
Choose a tag to compare

Changelog:

fix: $in and nested find (SBTree 3.0.2)

TyrDB v3.0.1

29 Aug 05:40
Compare
Choose a tag to compare
v3.0.1: disconnection

TyrDB v3.0.0

29 Aug 04:30
d3beee5
Compare
Choose a tag to compare
Merge pull request #7 from Alex-Werner/v3.0.0

v3.0.0