Skip to content

Riffle 0.0.3

Choose a tag to compare

@bigeasy bigeasy released this 29 Dec 03:27
· 448 commits to master since this release

Reverse Iteration Across Merge

This release includes an implementation that will continue reverse iteration when a page is merged out from under it when selecting the previous page.

100% Test Coverage

Test coverage is now at 100%. Riffle is now in use in the Locket pure JavaScript LevelDB implementation for all my general forward iteration needs.

Issue by Issue

  • Release version 0.0.3. #19.
  • Make Strata a development dependency. #18.
  • Test reverse iteration across a merged leaf page. #17.