You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Apr 21, 2022. It is now read-only.
Version 0.19.6
### New features
`findClusterBreak` now takes an optional `includeExtending` argument that determines whether it skips over extending characters.
Version 0.19.4
### New features
`TextIterator`s are now iterable.
`findColumn` now takes an optional `strict` argument that makes it report -1 for columns outside of the string.
Version 0.18.1
### Breaking changes
`findColumn` now takes only three arguments. (The old argument list will be supported until the next breaking version.)