Skip to content

Releases: james-pre/utilium

1.1.0

16 Nov 22:29
v1.1.0
fbc7d87
Compare
Choose a tag to compare
  • Added List.insert
  • Changed List.entries and List.keys to have array behavior
  • Added funding to package.json
  • Add bigint type test

1.0.4

21 Oct 17:50
v1.0.4
7e4293e
Compare
Choose a tag to compare

Fixed SymbolConstructor augmentation, finally.

1.0.3

21 Oct 16:48
v1.0.3
877edf2
Compare
Choose a tag to compare

Revert import from v1.0.2 since it broke some stuff with imports.

1.0.2

21 Oct 16:42
v1.0.2
68055b0
Compare
Choose a tag to compare

Added struct symbols import to internal/struct.ts, which should help with type augmentation.

1.0.1

21 Oct 00:46
v1.0.1
9c3ce1d
Compare
Choose a tag to compare

Struct symbols are now attached to Symbol. This means if 2 instances of Utilium are present, the struct symbols will not be duplicated.

1.0.0

20 Oct 15:18
v1.0.0
22d628c
Compare
Choose a tag to compare

Initial stable release, this should fix issues with dependents due to npm install's behavior. Note that this release does not include any additional features

0.8.8

16 Oct 16:21
v0.8.8
1dc4e70
Compare
Choose a tag to compare
0.8.8 Pre-release
Pre-release

The shell utilities onLine function now supports async/await.

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.