Skip to content

Commit

Permalink
Release Strata version 2.0.0-alpha.119.
Browse files Browse the repository at this point in the history
 * 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.
  • Loading branch information
flatheadmill committed Oct 16, 2021
1 parent 22281ae commit be7da50
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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.",
Expand Down

0 comments on commit be7da50

Please sign in to comment.