-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathChanges
More file actions
36 lines (22 loc) · 1.04 KB
/
Changes
File metadata and controls
36 lines (22 loc) · 1.04 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
Revision history for Text-MiscUtils
{{$NEXT}}
0.0.11 2025-12-27T11:07:37-08:00
- Add is-monospace()/is-monospace-core() to quickly check whether a string
contains *NO* width-0 or width-2 characters (except optionally ANSI SGR
escapes, in the case of is-monospace)
0.0.10 2025-11-23T18:53:08-08:00
- Greatly speed up duospace-width(), ~7x on large inputs
- Add even faster duospace-width-core() routine usable when
ANSI SGR color stripping is _KNOWN_ not needed
0.0.9 2024-02-11T21:55:55-08:00
- Add Text::MiscUtils::Emojify module with Unicode presentation variation tools
0.0.8 2023-09-09T15:50:45-07:00
- Optimize duospace-width() for 30-40% lower runtime
- Workaround various CI testing problems and bugs
0.0.7 2023-03-25T15:54:51-07:00
- Add horizontal-ruler() function to Text::MiscUtils::Layout
0.0.6 2022-01-07T22:35:24-08:00
- First version using new mi6 template; lots of related cleanups/updates
- Workaround for https://github.com/rakudo/rakudo/pull/4308/
0.0.5
- Previous version without Changes file