The release changes the interface for Collection-based line parsing.
- The computed property to access line parsing for
Collectiontypes is renamed tointernetLineRanges. This fixes the confusion fromCollection.internetLineshaving an incompatible element type despite sharing a name with theSequenceandAsyncSequenceversions. Collections now can use theSequence-based parser withoutAnySequencewrapping. - Change the element type for the
Collectionline parser from a tuple to a custom value type. This type lets the user decide whether the line range includes or excludes the terminator.