From be7da50eedbe625032d8ae2d78ceb650c8aa6ccd Mon Sep 17 00:00:00 2001 From: Alan Gutierrez Date: Sat, 16 Oct 2021 14:44:26 -0500 Subject: [PATCH] Release Strata version 2.0.0-alpha.119. * Remove leaf/branch comparator distinction. Closes #788. * User must provide extractor and comparator. See #788. * Parital search. See #788. * Partition using a partition length. * Composite keys only. See #788. * Fix comparison against `null`. * Upgrade `reciprocate` to `0.0.9`. * Preparing for a change to array keys only. Closes #789. --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index f6bd5d3..8c41c48 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "b-tree", - "version": "2.0.0-alpha.118", + "version": "2.0.0-alpha.119", "description": "Async/Await I/O B-tree in pure JavaScript for Node.js.",