Skip to content

v11.1.0

Compare
Choose a tag to compare
@ndaidong ndaidong released this 12 Oct 10:09
· 16 commits to main since this release
60eebba

Note: This version does not work with vite/svelte. It will be deprecated.

  • Update genid() to mix both crypto.getRandomValues() and Math.random().
  • Update randint() based on crypto.getRandomValues()
  • Add sha256() and sha512() methods
  • Stop support node < 15 (as missing crypto util)