Releases: james-pre/utilium
Releases · james-pre/utilium
1.2.3
- 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
The CacheRange
and CacheRegion
types are now exported.
1.2.1
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
- 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
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.