------------------------------------------------------------------- Tue Feb 3 01:37:49 UTC 2026 - Matej Cepl - Upgrade to 0.2.0, Modernized API & New Truncation Features: - BREAKING: utf8.width() and utf8.widthindex() parameter order changed - BREAKING: ambi_is_double (boolean) replaced with ambiwidth (integer) - NEW: utf8.widthlimit() for intelligent width-based truncation - NEW: Byte range parameters i, j for width functions - NEW: utf8.version constant - IMPROVED: Complete documentation rewrite with examples - IMPROVED: Comprehensive test coverage for all new features - FIXED: Various grammar and formatting issues in documentation ------------------------------------------------------------------- Fri Jan 23 21:39:41 UTC 2026 - Matej Cepl - Enable lua55 build. ------------------------------------------------------------------- Fri Oct 24 14:50:10 UTC 2025 - Matej Cepl - Switch off building lua51 build of the package. ------------------------------------------------------------------- Sun Oct 12 07:52:14 UTC 2025 - Matej Cepl - Make the package buildable with LuaJIT. - Add warnings-away.patch to remove compilation warnings. ------------------------------------------------------------------- Fri Jul 25 20:57:36 UTC 2025 - Matej Cepl - Update to 0.1.6: - Add 'normalize_nfc' and 'isnfc' functions - Update to Unicode 15.1 - Add new 'grapheme_indices' function - Improve grammar, spelling, and formatting of README.md - Fix bugs in NFC normalization code - Explicitly include limits.h instead of transitively assuming it ------------------------------------------------------------------- Mon Apr 1 02:00:36 UTC 2024 - Gordon Leung - Update to 0.1.5+git6 * Update to Unicode 15.1 - Switch from xz compression to zstd ------------------------------------------------------------------- Wed Jan 25 11:52:07 UTC 2023 - Michal Suchanek - Fix missing dependency on lua-macros (boo#1205612) ------------------------------------------------------------------- Sat Dec 3 00:26:27 UTC 2022 - Gordon Leung - Update to version 0.1.5: * add clean, isvalid, invalidposition functions ------------------------------------------------------------------- Sat Nov 19 18:58:54 UTC 2022 - Gordon Leung - Update to version 0.1.4: * Update to Unicode 15 ------------------------------------------------------------------- Fri Sep 2 15:15:21 UTC 2022 - Callum Farmer - Use new luarocks macros - Keep luarocks data in the correct place ------------------------------------------------------------------- Wed Aug 24 01:38:15 UTC 2022 - Gordon Leung - initial commit