6.0.0
Changed
- BREAKING: Fix
normalizefor empty strings and0(#315)- This is breaking as it changes the behavior of the function with an empty string or
0as input: it will now return0xfor an empty string and0x00for0, instead ofundefined
- This is breaking as it changes the behavior of the function with an empty string or