Skip to content

v7.1.4

Latest
Compare
Choose a tag to compare
@Nukesor Nukesor released this 07 Feb 20:11
· 4 commits to main since this release
28b0798

[7.1.4] - 2025-02-07

Fix

  • Handle UTF-8 graphemes when truncating cells. #167
  • Respect UTF-8 zero-width joiner and variation selection characters when splitting words. #168 by tisonkun

Change

  • Remove strum dependency. #169 by tisonkun
  • Introduce the unicode-segmentation library in the scope of #167 and #168.
  • The new changes for correct UTF-8 handling have a performance hit of up to ~67%.
    However, this will be most likely unnoticable for most people.
    The benchmark table with 10 columns and 500 rows slowed down from 15ms to 25ms.
    For "normal" tables, the performance hit is negligible.

Chore

  • Bump ansi-str