Skip to content

Releases: denostack/inthash

3.0.4

13 Apr 06:21
0e1b707
Compare
Choose a tag to compare
  • 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

10 May 16:42
Compare
Choose a tag to compare
  • Remove deno std/flags dependency (lightweight)

3.0.2

26 Dec 00:48
Compare
Choose a tag to compare

3.0.1

02 Dec 14:59
Compare
Choose a tag to compare
  • update dependencies

3.0.0

24 Apr 15:28
Compare
Choose a tag to compare

New Features

  • support deno

Enhancements

  • add bits options
  • add overloading encode / decode methods (string, bigint type)