Skip to content

Releases: james-pre/utilium

1.1.3

12 Dec 21:27
v1.1.3
a74dfcb
Compare
Choose a tag to compare

This releases adds an add event to List and narrows the update event's parameters.

1.1.2

10 Dec 20:52
v1.1.2
2181ff4
Compare
Choose a tag to compare

Fixed a problem with deserialize using the incorrect byte length for the data view.

1.1.1

28 Nov 04:58
v1.1.1
1aafc0e
Compare
Choose a tag to compare

derserialize now accepts ArrayBufferLike and is zero-copy. Thanks @yoursunny for implementing this in #3!

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.