We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0f456a7 commit 87870b6Copy full SHA for 87870b6
Changes
@@ -1,6 +1,8 @@
1
Revision history for Terminal-Widgets
2
3
{{$NEXT}}
4
+
5
+0.2.3 2025-11-26T00:19:56-08:00
6
[Debugging]
7
- Support TERMINAL_WIDGETS_DEBUG env var to set debug verbosity (default 0)
8
- Provide a RenderSpan.Str method to get an SGR-escaped string
META6.json
@@ -73,5 +73,5 @@
73
],
74
"test-depends": [
75
76
- "version": "0.2.2"
+ "version": "0.2.3"
77
}
lib/Terminal/Widgets.rakumod
@@ -1,4 +1,4 @@
-unit class Terminal::Widgets:auth<zef:japhb>:api<0>:ver<0.2.2>;
+unit class Terminal::Widgets:auth<zef:japhb>:api<0>:ver<0.2.3>;
=begin pod
0 commit comments