Releases: james-pre/utilium
Releases · james-pre/utilium
0.7.8
Ensured Entries
is also an array.
0.7.7
Added the WithPre
type to version utils.
0.7.6
- Added export for version utils
- The version utils regex is now exported
0.7.5
- Added version utilities
- Changed TS target from ES2023 to ES2022
0.7.4
Fixed the Symbol.metadata
polyfill overwritting metadata.
0.7.3
Symbol.metadata
and DecoratorContext.metadata
are polyfilled
- Added a shared Eslint config
0.7.2
- Fixed
sizeof
not working for floatN
types.
- Changed from
[...a]
to Array.from
in List
for performance
0.7.1
- Added check for performance
- Fixed offset in
DataView
construction for deserialize
- Organized imports
- Added some check functions
0.7.0
- Removed the ES2024
Set
methods
List
no longer implements Set
- Renamed some
List
methods to be more consistant
0.6.3
Changed ClassLike
from using unknown
to using any