Releases: james-pre/utilium
Releases · james-pre/utilium
1.1.3
This releases adds an add
event to List
and narrows the update
event's parameters.
1.1.2
Fixed a problem with deserialize
using the incorrect byte length for the data view.
1.1.1
derserialize
now accepts ArrayBufferLike
and is zero-copy. Thanks @yoursunny for implementing this in #3!
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
.