8000 Releases · cto-af/string-width · GitHub
[go: up one dir, main page]

Skip to content

Releases: cto-af/string-width

v4.0.3

04 Jul 18:54
v4.0.3
1dbe5d1
Compare
Choose a tag to compare

What's Changed

  • Remove erroneous readonly markings on properties by @hildjj in #23

Full Changelog: v4.0.2...v4.0.3

v4.0.2

21 Jun 01:35
v4.0.2
b11e83d
Compare
Choose a tag to compare

What's Changed

Full Changelog: v4.0.1...v4.0.2

v4.0.1

29 May 17:02
v4.0.1
8892a2b
Compare
Choose a tag to compare

What's Changed

  • Update dependencies to ensure version number on generated trie. by @hildjj in #21

Full Changelog: v4.0.0...v4.0.1

v4.0.0

29 May 15:28
v4.0.0
945b61f
Compare
Choose a tag to compare

What's Changed

  • Update dependencies by @hildjj in #19
  • Use new approach for code generation from @cto.af/ucd. Updated to Unicode 16.0.0. BREAKING: now requires Node 20. by @hildjj in #20

Full Changelog: v3.2.0...v4.0.0

Update to latest ansi-regex and emoji-regex

09 Sep 16:22
v3.2.0
be51ad2
Compare
Choose a tag to compare

Fixed a few workflow issues, and updated all other dependencies.

Ignore ANSI escape sequences by default

07 Aug 20:39
v3.1.0
f5ecf60
Compare
Choose a tag to compare

Go back to the old behavior with includeANSI: true.

Update dependencies

01 Aug 05:08
v3.0.1
6144f99
Compare
Choose a tag to compare

No substantive changes. Should publish from GHA with provenance.

Update dependencies

07 Mar 05:06
v3.0.0
c22949a
Compare
Choose a tag to compare

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

Support Unicode 15.1

31 Oct 21:51
v2.1.0
4c9b70f
Compare
Choose a tag to compare

Updated tables to match Unicode 15.1. Updated dependencies.

Change interface for break() method

17 Jun 18:11
v2.0.0
dc2e241
Compare
Choose a tag to compare

break() now returns an array of objects that look like {string, cells, last}, with all of the breaks from the input string.

0