Releases: james-pre/utilium
Releases · james-pre/utilium
0.3.3
Removed legacy decorator behavior
0.3.2
Added validation to member
.
0.3.1
Fixed the type of the buffer argument in deserialize
0.3.0
Added support for structs, using decorators.
0.2.1
Fixed the moduleResolution
tsconfig option, which added a resolution-mode
assertion to the output type reference
0.1.11
Added tuple/array and math helper types
0.1.10
Fixed assignWithDefaults
throwing an error on readonly properties
0.1.9
Changed pick
to not use Object.entries
, which did not work with getters
0.1.8
Added overloads to pick
and emit