Releases: cto-af/string-width
Releases · cto-af/string-width
v4.0.3
v4.0.2
v4.0.1
v4.0.0
Update to latest ansi-regex and emoji-regex
Fixed a few workflow issues, and updated all other dependencies.
Ignore ANSI escape sequences by default
Go back to the old behavior with includeANSI: true
.
Update dependencies
No substantive changes. Should publish from GHA with provenance.
Update dependencies
Update dependencies. May work in browsers now.
[Breaking] Now only tested on node 18+
Support Unicode 15.1
Updated tables to match Unicode 15.1. Updated dependencies.
Change interface for break() method
break()
now returns an array of objects that look like {string, cells, last}
, with all of the breaks from the input string.