Releases: cto-af/linewrap
Releases · cto-af/linewrap
Fix another publish issue
Fix publish workflow
Missed a permission
Update dependencies
Also create docs from publish workflow
Ignore ANSI escape sequences by default
ANSI escape sequences will wrap in best-effort fashion, but do not contribute to string length. Go back to the previous behavior by turning on the includeANSI
option.
Update dependencies
Moved to latest eslint, publish now come from GHA with provenance.
Updated dependencies
Update all dependencies. May now work in the browser.
[Breaking] Now only tested on node 18+
Update dependencies
Comes with support for Unicode 15.1
Move to @cto.af/string-width
Move width-counting to @cto.af/string-width, and make it clear that lengths are in display cells, not grapheme clusters.
Minor bug fix
Deal with "even after trailing spaces" rules better; don't treat them as spaces-only.
Initial release
Initial release. Missing conformance mode with trim = false
.