Releases: alexbol99/flatten-interval-tree
Releases · alexbol99/flatten-interval-tree
Support bigint
What's Changed
- Support for bigint by @alexbol99 in #52
Issue #51 by @MarianoFacundoArch
Full Changelog: v1.1.2...v1.1.3
v1.1.2 Fix ESM exports
Fix: finds the lowest intersecting interval
What's Changed
- fix: finds the lowest intersecting interval by @theSherwood in #47
Fix bug in previous release
Initerate()
, 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
What's Changed
- Simple iterator implementation by @theSherwood in #46
New Contributors
- @theSherwood made their first contribution in #46
Full Changelog: v1.0.10...v1.1.0