Releases: james-pre/utilium
Releases · james-pre/utilium
1.1.0
- 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
Fixed SymbolConstructor
augmentation, finally.
1.0.3
Revert import from v1.0.2 since it broke some stuff with imports.
1.0.2
Added struct symbols import to internal/struct.ts, which should help with type augmentation.
1.0.1
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
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
The shell utilities onLine
function now supports async
/await
.
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.