Skip to content

Releases: james-pre/utilium

0.8.7

14 Oct 05:32
v0.8.7
5f67f96
Compare
Choose a tag to compare
0.8.7 Pre-release
Pre-release

Fixed shell using currentInput for right arrow and end.

0.8.6

14 Oct 03:27
v0.8.6
47e8cda
Compare
Choose a tag to compare
0.8.6 Pre-release
Pre-release
  • Fixed shell context resetting before calling onLine
  • Fixed onLine being passed currentInput instead of input

0.8.5

14 Oct 02:10
v0.8.5
070c20f
Compare
Choose a tag to compare
0.8.5 Pre-release
Pre-release

Added ShellOptions.promptLength to support escape codes (e.g. colors) better.

0.8.4

13 Oct 21:00
v0.8.4
af7e8f0
Compare
Choose a tag to compare
0.8.4 Pre-release
Pre-release

Added formatCompact to compactly format numbers.

0.8.3

13 Oct 05:20
v0.8.3
4b35b10
Compare
Choose a tag to compare
0.8.3 Pre-release
Pre-release

Fixed ShellContext.prompt not being a live getter.

0.8.2

12 Oct 22:53
v0.8.2
51e065c
Compare
Choose a tag to compare
0.8.2 Pre-release
Pre-release

Fixed upload's type not being optional.

0.8.1

12 Oct 22:40
v0.8.1
af12d13
Compare
Choose a tag to compare
0.8.1 Pre-release
Pre-release

Added upload and download functions.

0.8.0

12 Oct 19:58
v0.8.0
7edef3a
Compare
Choose a tag to compare
0.8.0 Pre-release
Pre-release

Adds utilities for creating a shell using @xterm/xterm. This includes handling for arrows, previous inputs, backspace and home/end.

0.7.10

12 Oct 01:02
v0.7.10
ce80c0b
Compare
Choose a tag to compare
0.7.10 Pre-release
Pre-release

Fixed an issue with the new Entries type.

0.7.9

12 Oct 00:38
v0.7.9
f5204c5
Compare
Choose a tag to compare
0.7.9 Pre-release
Pre-release

Changed the Entries type to EntriesTuple and added a more compatible Entries type.