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