Skip to content

Releases: cto-af/linewrap

Fix another publish issue

09 Sep 16:49
v2.1.3
9d098b6
Compare
Choose a tag to compare

Stray backslash fix.

Fix publish workflow

09 Sep 16:43
v2.1.2
02d65cc
Compare
Choose a tag to compare

Missed a permission

Update dependencies

09 Sep 16:39
v2.1.1
5f76397
Compare
Choose a tag to compare

Also create docs from publish workflow

Ignore ANSI escape sequences by default

08 Aug 21:07
v2.1.0
96fdf73
Compare
Choose a tag to compare

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

01 Aug 05:24
v2.0.1
fdf6ab9
Compare
Choose a tag to compare

Moved to latest eslint, publish now come from GHA with provenance.

Updated dependencies

07 Mar 05:15
v2.0.0
e1cb286
Compare
Choose a tag to compare

Update all dependencies. May now work in the browser.
[Breaking] Now only tested on node 18+

Update dependencies

31 Oct 21:57
v1.1.0
b4f2eef
Compare
Choose a tag to compare

Comes with support for Unicode 15.1

Move to @cto.af/string-width

17 Jun 18:13
v1.0.4
be1ff55
Compare
Choose a tag to compare

Move width-counting to @cto.af/string-width, and make it clear that lengths are in display cells, not grapheme clusters.

Minor bug fix

08 Jun 02:52
v1.0.1
f867969
Compare
Choose a tag to compare

Deal with "even after trailing spaces" rules better; don't treat them as spaces-only.

Initial release

05 Jun 20:27
v1.0.0
7625978
Compare
Choose a tag to compare

Initial release. Missing conformance mode with trim = false.