Skip to content

Releases: markwylde/doubledb

v3.0.0

04 Jul 20:47
d40e551
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v2.3.0...v3.0.0

v2.3.0

29 Jun 14:59
89e12d5
Compare
Choose a tag to compare
  • Fixed document indexing #8
  • Upgraded dependencies

v2.2.0 - gt, lt, gte, lte

17 Nov 23:03
d8012f1
Compare
Choose a tag to compare

Implemented options on .find and .filter

v2.1.1 - Minor indexing bug

17 Nov 20:49
29fa330
Compare
Choose a tag to compare
  • Replacing the . with | in indexes

v2.1.0 - Improve performance

17 Nov 20:18
49d2d92
Compare
Choose a tag to compare
  • Improve performance:
    Previously I was not using the indexed value (only the indexed key) for the lookup. This was taking 50ms for a single lookup on a 100k recordset. Now it takes 2ms.

v2.0.0 - Find and Filter

17 Nov 19:41
e1f947b
Compare
Choose a tag to compare
  • Implemented find and filter commands