Skip to content

Version 1.3.0

Compare
Choose a tag to compare
@Gigabyte5671 Gigabyte5671 released this 19 Nov 10:56
· 97 commits to main since this release

✨ New features:

  • Greatly improve the parsing performance of the Buffer from 11.5KB/s to 6MB/s!
  • Add lastByteRead property to the Buffer.
  • Expose hexToString(), stringToHex(), textToHex(), and invertEndianness() utility functions

🐛Bug fixes:

  • Use import instead of require() in all modules for consistency.
  • Skip performance logging in the Buffer if Node's performance module is unavailable.