Releases: james-pre/utilium
Releases · james-pre/utilium
0.8.7
Fixed shell using currentInput
for right arrow and end.
0.8.6
- Fixed shell context resetting before calling
onLine
- Fixed
onLine
being passed currentInput
instead of input
0.8.5
Added ShellOptions.promptLength
to support escape codes (e.g. colors) better.
0.8.4
Added formatCompact
to compactly format numbers.
0.8.3
Fixed ShellContext.prompt
not being a live getter.
0.8.2
Fixed upload
's type
not being optional.
0.8.1
Added upload
and download
functions.
0.8.0
Adds utilities for creating a shell using @xterm/xterm
. This includes handling for arrows, previous inputs, backspace and home/end.
0.7.10
Fixed an issue with the new Entries
type.
0.7.9
Changed the Entries
type to EntriesTuple
and added a more compatible Entries
type.