Version 2.2.0
- Added ability to mark line ranges (
markRanges()
API withmarkLines
option). - Fixed handling
br
element ingetTextNodesAcross()
method. - Fixed negative value of the start index in
wrapRangeAcross()
method withwrapAllRanges
option, which can occur in some cases. - An improvement that allows usage of RegExp conditional capturing groups with
ignoreGroups
option inmarkRegExp()
API.