Skip to content

Releases: james-pre/utilium

1.2.3

26 Jan 20:58
v1.2.3
9f85c0a
Compare
Choose a tag to compare
  • Added set and remove for requests
  • Renamed some requests-related things for nice names when using a namespace import
    • The old names are now deprecated
  • Added documentation for log decorator options

1.2.2

26 Jan 19:11
v1.2.2
c90272f
Compare
Choose a tag to compare

The CacheRange and CacheRegion types are now exported.

1.2.1

26 Jan 19:02
v1.2.1
22dbdc4
Compare
Choose a tag to compare

This release adds getCached, a synchronous function that gets the data for a resource that has already been fetched and cached using GET.

1.2.0

26 Jan 05:04
v1.2.0
8c59621
Compare
Choose a tag to compare
  • Added request and buffer utilities
  • Added canary and _throw
  • Added Never and AllOrNone types
  • Added createLogDecorator
  • Added partial support for unions in structs
  • Updated dependencies

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.