Version 1.3.0
✨ New features:
- Greatly improve the parsing performance of the
Buffer
from 11.5KB/s to 6MB/s! - Add
lastByteRead
property to theBuffer
. - Expose
hexToString()
,stringToHex()
,textToHex()
, andinvertEndianness()
utility functions
🐛Bug fixes:
- Use
import
instead ofrequire()
in all modules for consistency. - Skip performance logging in the
Buffer
if Node'sperformance
module is unavailable.