Proper handling of multi character fields as arrays for packing and unpacking. This might be a breaking change but is the best way to deal with 10s or 3H "fields" (IMHO). If arrays are not wanted, the format should specify 'ssssssssss' or 'HHH' instead.
Regex pattern bug (same as #14 )
Adding a new feature:
Allow packing and unpacking of data with less length than the format string specifies (optional argument)
This has been in use for a while now and seems to be very stable. Would be great to get the npm package updated.
Open questions:
[ ] Maybe the array field treatment has to be optional?
This fixes a number of issues:
Adding a new feature:
This has been in use for a while now and seems to be very stable. Would be great to get the npm package updated.
Open questions: