@codemirror/rangeset
Advanced tools
Changelog
0.18.5 (2021-08-03)
Fix a problem in rangeset comparison that caused changes in the covering of point decorations by other decorations to be missed.
Changelog
0.18.4 (2021-06-29)
Fix an issue that caused RangeSet.between
to incorrectly ignore ranges entirely at the start of the iterated region.
Changelog
0.18.3 (2021-06-03)
The new static RangeSet.eq
method can be used to efficiently check whether two groups of change sets differ in a given range.
Changelog
0.18.2 (2021-05-27)
Adjust the logic for tracking open ranges to agree with the change in how precedence is handled in the view package.
Changelog
0.18.1 (2021-04-30)
When iterating spans and points, don't emit point ranges when they are entirely covered by a previous point.