Skip to content

6.0.0

Compare
Choose a tag to compare
@github-actions github-actions released this 30 Jun 08:04
· 35 commits to main since this release
1f8be1e

Changed

  • BREAKING: Fix normalize for empty strings and 0 (#315)
    • This is breaking as it changes the behavior of the function with an empty string or 0 as input: it will now return 0x for an empty string and 0x00 for 0, instead of undefined