We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 781025a commit a9aaf3bCopy full SHA for a9aaf3b
3 files changed
Changes
@@ -2,6 +2,11 @@ Revision history for Terminal-LineEditor
2
3
{{$NEXT}}
4
5
+0.0.19 2025-05-13T16:55:56-07:00
6
+ [Dependencies]
7
+ - Switch from Terminal::MakeRaw to Terminal::API for Windows compatibility.
8
+
9
10
0.0.18 2025-01-17T06:59:58-08:00
11
[Dependencies]
12
- Update dependency on Terminal::MakeRaw to 1.0.1+ to ensure Mac users don't
META6.json
@@ -30,5 +30,5 @@
30
],
31
"test-depends": [
32
33
- "version": "0.0.18"
+ "version": "0.0.19"
34
}
lib/Terminal/LineEditor.rakumod
@@ -1,4 +1,4 @@
1
-unit class Terminal::LineEditor:auth<zef:japhb>:api<0>:ver<0.0.18>;
+unit class Terminal::LineEditor:auth<zef:japhb>:api<0>:ver<0.0.19>;
=begin pod
0 commit comments