Skip to content

Commit b94d1e6

Browse files
committed
0.0.10
1 parent 300e661 commit b94d1e6

File tree

3 files changed

+8
-2
lines changed

3 files changed

+8
-2
lines changed

Changes

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,12 @@ Revision history for Text-MiscUtils
22

33
{{$NEXT}}
44

5+
0.0.10 2025-11-23T18:53:08-08:00
6+
- Greatly speed up duospace-width(), ~7x on large inputs
7+
- Add even faster duospace-width-core() routine usable when
8+
ANSI SGR color stripping is _KNOWN_ not needed
9+
10+
511
0.0.9 2024-02-11T21:55:55-08:00
612
- Add Text::MiscUtils::Emojify module with Unicode presentation variation tools
713

META6.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,5 +27,5 @@
2727
],
2828
"test-depends": [
2929
],
30-
"version": "0.0.9"
30+
"version": "0.0.10"
3131
}

lib/Text/MiscUtils.rakumod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
unit class Text::MiscUtils:auth<zef:japhb>:api<0>:ver<0.0.9>;
1+
unit class Text::MiscUtils:auth<zef:japhb>:api<0>:ver<0.0.10>;
22

33

44
=begin pod

0 commit comments

Comments
 (0)