Releases: denostack/inthash
Releases · denostack/inthash
3.0.4
- feat: When encoding(
Hasher.encode
), if the value exceeds the maximum bits, return a warning (console.warn
).
- feat: When generating option values via CLI, display the minimum and maximum usable values.
3.0.3
- Remove deno std/flags dependency (lightweight)
3.0.0
New Features
Enhancements
- add bits options
- add overloading encode / decode methods (string, bigint type)