Skip to content

Releases: alexbol99/flatten-interval-tree

Support bigint

24 Mar 20:05
86daa89
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.1.2...v1.1.3

v1.1.2 Fix ESM exports

01 Dec 18:15
27c7e62
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.1.1...v1.1.2

Fix: finds the lowest intersecting interval

17 Sep 07:12
Compare
Choose a tag to compare

What's Changed

  • fix: finds the lowest intersecting interval by @theSherwood in #47
    Fix bug in previous release
    In iterate(), the problem was that if a node was found that was less than and also intersecting with the search node, the algorithm wouldn't search any further left. In the case of an intersecting node, we always want to look further left to find the lowest intersecting node possible.

Full Changelog: v1.1.0...v1.1.1

Add iterator

10 Sep 11:23
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.0.10...v1.1.0